

.site-info {
  display: none;
}

#m-search-wrapper .search-form {width: 200px!important;}

/* Branding */
.site-branding {
  max-width: 140px;
  max-height: 140px;
  margin-left: 42%;
  padding: 0;
}

.site-branding img {
  pointer-events: none;
}

/* Top header background */
#m-top-header {
  background: #000;
}

/* Images */
img {
  max-width: 100%;
}

.wp-block-image {
  margin: 30px 0;
}

/* Lists alignment inside content */
.content-area ol {
  list-style-position: inside;
}

.content-area ol ul {
  list-style-position: inside;
}


/* Typography */
.wp-element-caption {
  font-size: 18px;
color: #333;
}

ul.post-cats-list {
  font-size: 14px;
}

.content-area {
  margin-top: 20px;
}

.content-area p,
.content-area li {
  font-size: 20px;
}

.post .entry-header {
  margin-top: 20px;
}

.post .entry-header li {
  font-size: 15px!important;
}
.entry-content p {
  font-size: 20px!important;
  line-height: 1.8;
  margin: 14px 0 0 0;
}

div.archive-article-content .entry-content p {font-size: 18px!important; margin: 10px 0 30px 0;}

.entry-content li {
  margin: 10px 0;
}

.post-content h3 {
  line-height: 1;
}

/* Tables */
.entry-content table {
  margin: 20px 0;
  background-color: #f8f8f8;
}

/* Headings */

h2.wp-block-heading, h2.entry-title {
  font-size: 26px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

h3.wp-block-heading {
  font-size: 24px;
  line-height: 1.4;
	font-weight: 600;
  margin: 40px 0 20px 0;
}

h4.wp-block-heading {
  font-size: 22px;
  line-height: 1.4;
  margin: 30px 0 20px 0;
}

h5.wp-block-heading {
  font-size: 20px;
  line-height: 1.5;
  margin: 18px 0;
}

h6.wp-block-heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 16px 0;
}

/* Footer */
#colophon p {
  font-size: 14px;
}


/* Target all figure-based thumbnails inside the classic layout */
.widget-classic--layout-1 .mismo-bg-img {
    width: 100%;
    padding-top: 90%; 
	  min-height: 120px;
    background-size: cover;
    background-position: top 5% center;
    display: block;
}

/* Responsive styles */
@media (max-width: 769px) {
  figure.aligncenter > img {
    width: 100% !important;
    height: 100% !important;
  }

  .site-branding {
    margin-left: 33% !important;
  }

  .mt-container {
    padding: 0 1%;
  }
	
	.wp-element-caption {
  font-size: 17px;
		color: #333;
	}

  .content-area p,
  .content-area ul,
  .content-area ol,
	.content-area li {
   font-size: 19px !important;
	line-height: 1.6;
  }

  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 23px !important;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 20px !important;
  }

  .mismo-related-post-title,
  .widget-title {
    font-size: 20px !important;
  }

  .small-size a {
    font-size: 20px !important;
  }

  .medium-size a {
    font-size: 22px !important;
  }

.large-size a {
    font-size: 24px !important;
  }

  hr {
    margin-top: 40px;
  }

  .post-content {
    display: block;
  }


	body.home .m-carousel-grid-posts-content .carousel-image figure.mismo-bg-img {
    width: 100%;
    height: 0 !important;
    padding-top: 100% !important; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }

  body.home .m-carousel-grid-posts-content .carousel-image {
    overflow: hidden;
  }

  body.home .m-banner-featured-section .featured-image figure.mismo-bg-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto !important; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* Additional */


.mismo-bg-img {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%; /* Ensures full width of container */
  display: block; 
}

.entry-content a {color:#0b04bf;  }

div#consumer-privacy-footer-wrapper {background: #000; }

div#consumer-privacy-footer-wrapper button {font-size: 11px;}
