/*
Theme Name: Mega Conectado Premium
Theme URI: https://megaconectado.com.br
Author: Mega Conectado
Author URI: https://megaconectado.com.br
Description: Tema de reviews e afiliados Amazon baseado no modelo BestReviews. Otimizado para SEO, Core Web Vitals e AdSense.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mc-premium
Tags: blog, news, e-commerce, right-sidebar, responsive
*/

/* ==========================================================================
   VARIÁVEIS
   ========================================================================== */
:root {
  --navy: #040f3d;
  --navy-dark: #030a2b;
  --gold: #dea14b;
  --gold-hover: #c9882c;
  --blue: #4b65bf;
  --blue-hover: #607bd8;
  --text: #212026;
  --text-light: #706e7b;
  --border: #e3e3e3;
  --bg-soft: #f8f8fa;
  --white: #ffffff;
  --montserrat: 'Montserrat', 'Verdana', Arial, sans-serif;
}

/* ==========================================================================
   RESET / BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--montserrat);
  font-size: 16px;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; border-style: none; }
main { display: block; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; color: var(--navy); line-height: 1.3; }
p { margin: 0 0 15px; }
ul { margin: 0; padding-left: 20px; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--gold-hover); text-decoration: none; }

/* Foco visível (acessibilidade) */
a:focus, button:focus, input:focus {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* Skip link */
.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--gold); color: var(--navy);
  padding: 10px 15px; z-index: 99999; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ==========================================================================
   TÍTULOS DE SEÇÃO (padrão BestReviews)
   ========================================================================== */
.components-sectiontitle {
  font-size: 26px; font-weight: 600; line-height: 1.15;
  color: var(--navy); text-transform: uppercase;
  font-family: var(--montserrat);
}
.components-sectiontitle::before {
  content: ""; display: block; width: 30px; height: 4px;
  background-color: var(--gold); margin-bottom: 10px;
}
.components-sectiontitle.small { font-size: 22px; }
.components-sectiontitle.large { font-size: 26px; }

/* ==========================================================================
   METADADOS (data | categoria)
   ========================================================================== */
.components-metadata {
  font-size: 12px; line-height: 2.08; color: var(--text-light);
  display: inline-flex; align-items: center; max-width: 100%;
}
.components-metadata time::after { content: '|'; padding: 0 0.4em; color: var(--border); }
.components-metadata a.components-metadata--category {
  text-transform: uppercase; color: var(--blue); font-weight: 600;
}

/* Título de artigo com autor */
.components-titleauthor--title {
  color: var(--navy); font-weight: 600; margin: 0; font-size: 18px; line-height: 1.28;
}
.components-titleauthor--title a { color: inherit; }
.components-titleauthor--author { color: var(--navy); font-size: 15px; line-height: 2; }
.components-titleauthor--author a { color: var(--blue); }
.components-titleauthor--author span { font-weight: 600; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header-container {
  width: 100%; background: var(--white);
  position: sticky; top: 0; z-index: 1000000;
  border-bottom: 1px solid var(--border);
}
.header-container--holder--logo-search--holder {
  max-width: 1280px; margin: 0 auto; padding: 16.5px 20px;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 75px;
}
.header-container--holder--logo-search--logo img { max-height: 30px; width: auto; }

/* Busca no header */
.header-search {
  position: relative; display: flex; align-items: center;
}
.header-search form { display: flex; align-items: center; }
.header-search input[type="search"] {
  width: 300px; height: 40px; padding: 0 15px 0 40px;
  border: 1px solid #d5d5d5; border-radius: 40px; font-size: 14px;
  background: var(--white);
}
.header-search button {
  height: 40px; width: 44px; margin-left: -44px; border: none;
  background: transparent; color: var(--navy); font-size: 18px; cursor: pointer;
  border-radius: 0 40px 40px 0;
}

/* Navegação navy */
.header--menu {
  background: var(--navy);
}
.header--menu-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 48px;
}
.header--menu ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; flex-wrap: wrap; }
.header--menu-list-item--title a {
  display: block; color: #fff; font-size: 13px; font-weight: 600;
  padding: 14px 12px; line-height: 1.2;
}
.header--menu-list-item--title a:hover { color: var(--gold); }
.header--menu--entities-list .header--menu-list-item--title a { color: #eab569; }
.header--menu--entities-list .header--menu-list-item--title a:hover { color: #fff; }

/* ==========================================================================
   TOPO DA HOME (3 colunas: Últimas | Destaque | Ofertas)
   ========================================================================== */
.landingtopsection {
  max-width: 1160px; margin: 40px auto 33px; padding: 0 20px;
  display: grid; grid-template-columns: 256px minmax(0,1fr) 256px; gap: 45px;
}
.landingtopsection--latest .article { border-bottom: 1px solid var(--border); padding-bottom: 16px; margin-bottom: 10px; }
.landingtopsection--latest .article:last-child { border-bottom: none; }
.landingtopsection--latest .article .article-description { margin-top: 8px; }

/* Featured article (destaque) */
.featuredarticle .thumbnail {
  width: 100%; object-fit: cover; border-radius: 8px; display: block;
}
.featuredarticle .components-metadata { margin-top: 14px; }
.featuredarticle .components-titleauthor--title { font-size: 30px; line-height: 1.27; margin-top: 2px; }
.featuredarticle .excerpt { margin: 7px 0 14px; font-size: 15px; line-height: 1.67; color: var(--text); }
.featuredarticle .learn-more { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; color: var(--blue); }
.featuredarticle .learn-more::after { content: '›'; font-size: 24px; }

/* Top Deals (widget diário) */
.components-dailydealswidget { margin-top: 5px; }
.components-dailydealswidget .item {
  display: grid; grid-template-columns: 75px auto; gap: 15px;
  padding: 12px 0; border-bottom: 1px solid var(--border);
}
.components-dailydealswidget .item:last-child { border-bottom: none; }
.components-dailydealswidget .item .image img {
  width: 75px; height: 75px; object-fit: contain; border-radius: 8px;
  border: 1px solid var(--border);
}
.components-dailydealswidget .item .title {
  font-size: 14px; font-weight: 600; line-height: 1.33; color: var(--navy);
  text-decoration: underline; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.components-dailydealswidget .item .price { margin: 3px 0; }
.components-dailydealswidget .item .current-price { color: var(--gold); font-weight: 700; font-size: 16px; }
.components-dailydealswidget .item .sale { font-size: 12px; color: var(--text); }
.components-dailydealswidget .item .sale .sale-discount { color: var(--text); }
.components-morecontentlink { font-size: 15px; font-weight: 600; margin-top: 12px; }
.components-morecontentlink a { border-bottom: 1px solid var(--blue); color: var(--blue); }
.components-morecontentlink a::after { content: ''; display: inline-block; margin-left: 4px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--blue); }

/* ==========================================================================
   TOP PICKS (Nossas Escolhas)
   ========================================================================== */
.aps-widget-container { max-width: 1160px; margin: 0 auto 30px; padding: 0 20px; }
.aps-widget-title {
  font-size: 30px; color: var(--navy); font-weight: 600; text-transform: uppercase; line-height: 40px;
}
.aps-widget-title::before { content: " "; display: block; border-bottom: 5px solid var(--gold); width: 35px; margin: 15px 0 12px; }
.aps-widget-title .aps-widget-subtitle { display: block; font-size: 16px; color: var(--navy); font-weight: 400; line-height: 25px; text-transform: initial; }
.aps-widget {
  display: flex; align-items: flex-end; gap: 15px; overflow-x: auto;
  padding: 10px 3px;
}
.aps-widget a {
  display: flex; justify-content: space-between; flex-direction: column;
  box-shadow: 0 3px 10px rgba(0,0,0,.16); border-radius: 8px;
  width: 190px; height: 282px; padding: 20px 14px; flex-shrink: 0;
  background: var(--white); color: var(--navy);
}
.aps-widget a .product-brand { color: var(--navy); font-weight: 600; margin: 17px 0 0; font-size: 17px; text-align: center; }
.aps-widget a .product-model { color: var(--text); font-weight: 300; margin: 3px 0 0; font-size: 14px; text-align: center; line-height: 19px; overflow: hidden; }
.aps-widget a .product-image img { max-width: 135px; max-height: 135px; margin: 0 auto; display: block; object-fit: contain; }
.aps-widget a .check-price-btn-wrapper { margin-top: auto; }
.aps-widget a .check-price-btn {
  border-radius: 36px; background-color: var(--blue); font-size: 16px; color: #fff;
  font-weight: 500; height: 40px; max-width: 135px; text-align: center;
  display: block; line-height: 40px; margin: 3px auto 0;
}
.aps-widget a .check-price-btn:hover { background-color: var(--blue-hover); }

/* ==========================================================================
   SEÇÃO DE BUSCA
   ========================================================================== */
.landingsearch { background: var(--bg-soft); border-radius: 13px; margin: 20px auto; max-width: 1160px; padding: 0 20px; }
.landingsearch .search-component--title {
  font-size: 34px; line-height: 1.35; text-align: center; color: var(--navy);
  padding: 45px 0 23px; margin: 0;
}
.landingsearch .search-component { position: relative; height: 100%; padding-bottom: 50px; width: 828px; margin: 0 auto; }
.landingsearch .search-component input {
  display: inline-block; height: 53px; width: 100%; box-sizing: border-box;
  border: 1px solid var(--text); border-radius: 8px; font-size: 18px; font-weight: 300;
  color: var(--navy); background: #fff; border-right: none; padding: 0 20px 0 39px;
}
.landingsearch .search-component .search-button {
  display: inline-block; cursor: pointer; height: 53px; font-size: 19px;
  background: var(--gold); border: 0; color: #fff; text-transform: uppercase;
  position: absolute; right: 0; border-radius: 0 8px 8px 0; width: 209px; font-weight: 600;
}
.landingsearch .search-component .search-button:hover { background: var(--gold-hover); }

/* ==========================================================================
   EDITORIAIS (O que está em alta)
   ========================================================================== */
.landing-editorials { max-width: 1160px; margin: 40px auto; padding: 0 20px; }
.components-heading--title {
  font-size: 30px; font-weight: 600; color: var(--navy); margin: 40px 0 3px; text-transform: uppercase; line-height: 1.3;
}
.components-heading--title::before { content: ""; width: 35px; display: block; height: 5px; margin-bottom: 13px; background: var(--gold); }
.components-heading--sub-tittle { color: var(--text); font-size: 16px; line-height: 1.63; margin-bottom: 25px; max-width: 748px; }
.featured-articles-holder {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 70px;
  padding-bottom: 34px; border-bottom: 1px solid var(--text); margin-bottom: 10px;
}
.featured-articles-holder:last-child { border-bottom: none; }
.editorial-article-featured img { object-fit: cover; width: 100%; height: auto; border-radius: 8px; }
.editorial-article-featured .components-metadata { margin-top: 4px; }
.editorial-article-featured .components-titleauthor--title a { font-size: 18px; line-height: 1.28; }
.article_blurb p { font-size: 15px; line-height: 1.47; color: var(--text); margin: 8px 0 0; }

/* ==========================================================================
   NEWSLETTER (faixa navy)
   ========================================================================== */
.landingsubscribe { background: var(--navy); color: #fff; }
.landingsubscribe em { color: var(--gold); font-style: normal; }
.landingsubscribe .inner {
  max-width: 1156px; margin: 0 auto; padding: 22px 20px;
  display: grid; grid-template-columns: 324px 1fr 294px; gap: 25px; align-items: center;
}
.landingsubscribe .title { font-size: 24px; font-weight: 600; }
.landingsubscribe .sub-title { font-size: 12px; color: rgba(255,255,255,.6); font-weight: 600; text-transform: uppercase; }
.landingsubscribe .teaser { font-size: 15px; line-height: 21px; }
.components-emailsubscribeform--input-row { display: flex; width: 100%; max-width: 760px; }
.components-emailsubscribeform--input {
  outline: none; height: 40px; padding-left: 10px; flex: 1;
  border: 1px solid #aaa8b3; border-radius: 8px 0 0 8px; font-size: 15px;
  background: #fff; color: var(--navy);
}
.components-emailsubscribeform--submit-button {
  height: 40px; font-weight: 500; background: var(--blue); border: none;
  color: #fff; cursor: pointer; font-size: 14px; width: 120px; border-radius: 0 8px 8px 0;
}
.components-emailsubscribeform--submit-button:hover { background: var(--blue-hover); }

/* ==========================================================================
   CATEGORIAS (grade com layouts)
   ========================================================================== */
.categories--header-intro { font-size: 16px; margin: 14px auto 25px; max-width: 1160px; padding: 0 20px; }
.landingcategories--category-wrapper { max-width: 1160px; margin: 0 auto; padding: 22px 20px 8px; }
.landingcategories--category-wrapper + .landingcategories--category-wrapper { border-top: 1px solid var(--text); }
.components-subcategorylist { font-size: 16px; margin: 5px 0 30px; }
.components-subcategorylist a { font-weight: 600; color: var(--blue); text-decoration: underline; }
.category-layout { display: grid; gap: 40px; padding-bottom: 40px; }
.category-layout.layout1 { grid-template-columns: 1fr 1fr; }
.category-layout.layout3 { grid-template-columns: 1fr 1fr 1fr; gap: 70px; }
.category-layout .left-section article { margin-bottom: 20px; }
.category-layout .left-section img { object-fit: cover; width: 100%; border-radius: 8px; }
.category-layout .left-section .excerpt p { font-size: 15px; color: var(--text); margin: 8px 0; }
.category-layout .right-section article {
  display: flex; gap: 15px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--border);
}
.category-layout .right-section article:last-child { border-bottom: none; }
.category-layout .right-section article img { width: 120px; height: 80px; object-fit: cover; border-radius: 8px; }
.category-layout .right-section .components-titleauthor--title { font-size: 16px; }
.category-layout .right-section .excerpt p { font-size: 13px; margin: 3px 0 0; color: var(--text-light); }

/* ==========================================================================
   QUEM É A MEGA CONECTADO (navy)
   ========================================================================== */
.whois-container { background-color: var(--navy); color: #fff; margin-top: 40px; }
.whois-our-mission { max-width: 952px; margin: 0 auto; text-align: center; }
.whois-our-mission--title {
  font-size: 30px; font-weight: 600; color: #fff; padding: 59px 0 6px; text-transform: uppercase;
}
.whois-our-mission--title::before {
  content: ""; display: block; width: 30px; height: 5px; background: var(--gold);
  margin: 0 auto 20px;
}
.whois-our-mission--description { font-size: 25px; line-height: 1.5; color: #fff; padding: 0; margin: 20px auto 0; width: 600px; }
.whois-our-mission--description span { color: #f3b45b; font-weight: 600; }
.whois-our-mission--image { padding: 0 54px; margin-top: 51px; }
.whois-our-mission--image img { margin: 0 auto; display: block; width: 100%; border-radius: 8px; }
.whois-missions {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 52px;
  max-width: 952px; margin: 74px auto 0; padding: 0 54px; text-align: left;
}
.whois-mission--title { font-size: 23px; color: #fff; margin-bottom: 17px; font-weight: 400; }
.whois-mission--title span { color: #f3b45b; font-weight: 600; }
.whois-mission--description { font-size: 13px; font-weight: 300; line-height: 1.67; color: #fff; opacity: .9; margin-bottom: 75px; }
.whois-mission--icon {
  width: 135px; height: 135px; border-radius: 50%; background: #151f4a;
  display: flex; align-items: center; justify-content: center; margin-bottom: 30px;
}
.whois-mission--icon span { font-size: 48px; color: var(--gold); }
.whois-readmore-btn {
  display: block; margin: 0 auto 60px; font-size: 16px; font-weight: 500;
  background: var(--gold); color: #fff; text-transform: uppercase;
  border: none; border-radius: 36px; width: 194px; height: 50px; cursor: pointer;
}
.whois-readmore-btn:hover { background: var(--gold-hover); }

/* ==========================================================================
   EXPERTS (Avaliado por pessoas reais)
   ========================================================================== */
.landingexperts { background-color: var(--navy); padding-bottom: 50px; }
.landingexperts--wrapper { max-width: 746px; margin: 0 auto; text-align: center; }
.landingexperts--heading { font-size: 30px; color: #fff; margin-top: 20px; }
.landingexperts--heading span { color: var(--gold); font-weight: 600; }
.landingexperts--text { font-size: 15px; line-height: 1.67; color: #fff; max-width: 600px; margin: 25px auto 40px; }
.landingexperts--list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
.landingexperts--expert {
  width: 76px; height: 76px; border-radius: 50%; overflow: hidden;
  display: inline-block; position: relative; border: 3px solid transparent;
}
.landingexperts--expert:hover { border-color: var(--gold); }
.landingexperts--expert img { width: 100%; height: 100%; object-fit: cover; }
.landingexperts--expert .tooltip {
  position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
  background: #eee; color: #111; font-size: 12px; font-weight: 600;
  padding: 8px 14px; border-radius: 18px; white-space: nowrap; display: none; z-index: 5;
}
.landingexperts--expert:hover .tooltip { display: block; }

/* ==========================================================================
   FOOTER (navy)
   ========================================================================== */
.footer-content { background-color: var(--navy); color: #fff; margin-top: 40px; }
.footer-content-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.footer-content-row-1 { padding: 50px 0 40px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.footer-column-title { font-size: 15px; margin-bottom: 15px; color: #fff; text-transform: uppercase; font-weight: 600; }
.footer-content nav a { color: #fff; line-height: 27px; font-weight: 300; font-size: 15px; }
.footer-content nav a:hover { color: var(--gold); }
.footer-content nav ul { list-style: none; padding: 0; margin: 0; }
.footer-content nav li { margin-bottom: 3px; }
.footer-form-column { max-width: 360px; }
.footer-form-text { font-size: 16px; font-weight: 400; line-height: 25px; margin: 0 0 28px; }
.footer-form-column .components-emailsubscribeform--input-row { display: block; }
.footer-form-column .components-emailsubscribeform--input { width: 100%; border-radius: 8px; margin-bottom: 11px; }
.footer-form-column .components-emailsubscribeform--submit-button { width: 100%; border-radius: 36px; }
.footer-content-row-2 {
  border-top: 1px solid #696f8a; padding: 30px 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 30px;
}
.footer-content-row-2 .logo { height: 25px; width: 240px; }
.social-buttons a {
  display: inline-block; width: 28px; height: 28px; margin: 0 10px;
  color: #afacba; font-size: 20px; text-align: center; line-height: 28px;
}
.social-buttons a:hover { color: var(--gold); }
.footer-reserved-text-short { font-size: 12px; color: #fff; font-weight: 500; margin-left: auto; }

/* ==========================================================================
   BLOG / ARQUIVOS / SINGLE
   ========================================================================== */
.site-content { max-width: 1160px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 1fr 320px; gap: 50px; }
.site-content--full { max-width: 1160px; margin: 0 auto; padding: 40px 20px; }
.page-header { margin-bottom: 30px; }
.page-header h1 { font-size: 32px; }

.blog-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
.blog-grid .post-card { border-bottom: 1px solid var(--border); padding-bottom: 20px; margin-bottom: 20px; }
.post-card .post-thumbnail { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; display: block; }
.post-card .components-metadata { margin-top: 12px; }
.post-card h2 a { color: var(--navy); }
.post-card .post-excerpt { font-size: 14px; color: var(--text); margin: 10px 0; }
.post-card .read-more { font-weight: 600; color: var(--blue); }

.pagination { display: flex; gap: 10px; margin-top: 30px; align-items: center; }
.pagination a, .pagination span {
  padding: 8px 14px; border: 1px solid var(--border); border-radius: 4px; color: var(--navy);
}
.pagination .current { background: var(--gold); border-color: var(--gold); color: var(--navy); font-weight: 700; }

/* Single */
.post-single .post-title { font-size: 34px; margin-bottom: 10px; }
.post-single .post-meta { display: flex; flex-wrap: wrap; gap: 15px; font-size: 14px; color: var(--text-light); margin-bottom: 25px; }
.post-single .post-thumbnail { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; margin-bottom: 25px; }
.post-content { font-size: 17px; line-height: 1.8; }
.post-content h2 { font-size: 26px; margin: 40px 0 15px; }
.post-content h3 { font-size: 21px; margin: 30px 0 12px; }
.post-content img { border-radius: 8px; height: auto; }
.post-content table { width: 100%; border-collapse: collapse; margin: 25px 0; }
.post-content th, .post-content td { border: 1px solid var(--border); padding: 12px 15px; text-align: left; }
.post-content th { background: var(--navy); color: #fff; }
.post-content tr:nth-child(even) { background: var(--bg-soft); }
.post-content blockquote { margin: 25px 0; padding: 20px; background: var(--bg-soft); border-left: 4px solid var(--gold); }

/* Botão Amazon */
.amazon-cta, .check-price { 
  display: inline-block; background: #ff9900; color: #111; font-weight: 700;
  padding: 12px 28px; border-radius: 36px; font-size: 15px; text-decoration: none;
}
.amazon-cta:hover, .check-price:hover { background: #e88f00; color: #111; }
.mc-disclosure { font-size: 13px; color: var(--text-light); font-style: italic; margin: 20px 0; }

/* Sidebar */
.sidebar .widget { margin-bottom: 30px; }
.sidebar .widget h3 { font-size: 16px; text-transform: uppercase; color: var(--navy); padding-bottom: 10px; border-bottom: 1px solid var(--border); margin-bottom: 15px; }
.sidebar .widget ul { list-style: none; padding: 0; }
.sidebar .widget li { margin-bottom: 10px; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 1280px) {
  .landingtopsection { grid-template-columns: 200px minmax(0,1fr) 200px; gap: 30px; }
}
@media (max-width: 1024px) {
  .landingtopsection { grid-template-columns: 1fr; gap: 30px; }
  .landingtopsection--latest { order: 2; }
  .featuredarticle { order: 1; }
  .landingtopsection--dayilydeals { order: 3; }
  .landingsubscribe .inner { grid-template-columns: 1fr; text-align: center; }
  .landingsubscribe .inner .components-emailsubscribeform--input-row { margin: 0 auto; max-width: 480px; }
  .featured-articles-holder { grid-template-columns: 1fr 1fr; gap: 30px; }
  .category-layout.layout3 { grid-template-columns: 1fr 1fr; gap: 30px; }
  .site-content { grid-template-columns: 1fr; }
  .landingsearch .search-component { width: 100%; }
}
@media (max-width: 767px) {
  .header-container--holder--logo-search--holder { flex-direction: column; gap: 10px; padding: 12px 16px; }
  .header-search input[type="search"] { width: 100%; }
  .header--menu-inner { flex-direction: column; align-items: flex-start; }
  .header--menu ul { flex-wrap: wrap; }
  .header--menu-list-item--title a { padding: 10px 8px; font-size: 12px; }
  .landingtopsection { margin: 20px auto; padding: 0 16px; }
  .featuredarticle .components-titleauthor--title { font-size: 22px; }
  .landingsearch .search-component--title { font-size: 24px; padding: 30px 0 20px; }
  .landingsearch .search-component input { font-size: 15px; }
  .landingsearch .search-component .search-button { width: 100px; font-size: 15px; }
  .featured-articles-holder { grid-template-columns: 1fr; gap: 25px; }
  .category-layout.layout1, .category-layout.layout3 { grid-template-columns: 1fr; gap: 25px; }
  .category-layout .right-section article img { width: 90px; height: 70px; }
  .whois-our-mission--description { font-size: 18px; width: 100%; padding: 0 20px; }
  .whois-our-mission--image { padding: 0; }
  .whois-missions { grid-template-columns: 1fr; padding: 0 30px; text-align: center; gap: 25px; }
  .whois-mission--icon { margin: 0 auto 20px; }
  .blog-grid { grid-template-columns: 1fr; }
  .site-content, .site-content--full { padding: 20px 16px; }
  .post-single .post-title { font-size: 26px; }
  .footer-content-row-1 { flex-direction: column; gap: 30px; }
  .footer-content-row-2 { flex-direction: column; text-align: center; }
  .footer-reserved-text-short { margin-left: 0; }
  .aps-widget-title { font-size: 24px; line-height: 30px; }
}