/*
Theme Name: Custom Theme 99
Author: Ariel Habawel
Author URI: https://arielh.site
Description: A simple WordPress theme for a Brizy blog site.
Version: 1.0
Text Domain: custom-theme-99
Tags: custom, simple, responsive, blog, one-column, clean
Requires at least: 5.0
Tested up to: 6.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: https://arielh.site
*/

body {
  margin: 0; /* Reset default margin */
  padding: 0;
	background-color: #0b0c10;
}

.brz-root__container {
  margin: 0 auto; /* Center the container */
  padding-left: 12px;
  padding-right: 12px;
}

/* Tablet and Mobile */
@media (max-width: 1024px) {
  .brz-root__container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.brz .brz-forms2__alert--success {
    background-color: #B8E6E1;
}

.wp-block-embed__wrapper iframe {
    width: 100%;
    min-height: 600px;
}

/* border on blog posts images */
.wp-block-image img {
    border: solid 1px rgba(204, 204, 204, 0.8);
    padding: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #B8E6E1 !important;
    text-decoration: none; /* Optional: Removes underline */
}
.wp-block-list a {
    color: #B8E6E1 !important;
    text-decoration: none; /* Optional: Removes underline */
}

p a {
    color: #B8E6E1 !important;
    text-decoration: none; /* Optional: Removes underline */
}

.footer-links a {
    color: white !important;
}
