/* Ebualia — modern coastal inner-page design, isolated from the homepage. */

body.ea-inner-design {
  --eai-ink: #173042;
  --eai-blue: #164b73;
  --eai-blue-dark: #0e3454;
  --eai-blue-soft: #dceff7;
  --eai-sky: #f0f8fb;
  --eai-coral: #ef6f61;
  --eai-coral-dark: #d9574b;
  --eai-orange: #f4a261;
  --eai-sand: #fff6e8;
  --eai-paper: #fffdf8;
  --eai-muted: #405f70;
  --eai-line: rgba(23,48,66,.13);
  --eai-shadow: 0 22px 65px rgba(22,75,115,.11);
  color: var(--eai-ink);
  color-scheme: only light !important;
  forced-color-adjust: none;
  background:
    linear-gradient(90deg, rgba(22,75,115,.025) 1px, transparent 1px),
    linear-gradient(rgba(22,75,115,.025) 1px, transparent 1px),
    linear-gradient(180deg, var(--eai-sky), var(--eai-paper) 38rem);
  background-size: 44px 44px, 44px 44px, auto;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.95;
}

/* Keep the intended palette when Elementor or the browser enables dark mode. */
body.ea-inner-design,
body.ea-inner-design #page,
body.ea-inner-design #content.site-content {
  color: #173042 !important;
  background-color: #f0f8fb !important;
}

body.ea-inner-design *,
body.ea-inner-design *::before,
body.ea-inner-design *::after {
  box-sizing: border-box;
}

body.ea-inner-design a {
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

/* Astra header: light and graphic, unlike the dark Abu Fatima header. */
body.ea-inner-design .site-header,
body.ea-inner-design .ast-primary-header-bar,
body.ea-inner-design .main-header-bar {
  color: var(--eai-ink);
  background: rgba(255,253,248,.97) !important;
  border-bottom: 1px solid var(--eai-line) !important;
}

body.ea-inner-design .site-header {
  position: relative;
}

body.ea-inner-design .site-header::after {
  content: "";
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, var(--eai-blue) 0 33%, var(--eai-coral) 33% 66%, var(--eai-orange) 66%);
}

body.ea-inner-design .ast-primary-header-bar {
  min-height: 83px;
}

body.ea-inner-design .site-title a,
body.ea-inner-design .site-header .site-title a,
body.ea-inner-design .site-header .menu-link,
body.ea-inner-design .site-header .ast-mobile-menu-trigger-minimal,
body.ea-inner-design .site-header .ast-button-wrap .menu-toggle {
  color: var(--eai-blue-dark) !important;
}

body.ea-inner-design .site-header .site-description {
  color: var(--eai-muted) !important;
}

body.ea-inner-design .site-header .menu-link:hover,
body.ea-inner-design .site-header .current-menu-item > .menu-link,
body.ea-inner-design .site-header .current_page_item > .menu-link {
  color: var(--eai-coral-dark) !important;
}

body.ea-inner-design .site-header .sub-menu {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--eai-line);
  border-radius: 16px;
  box-shadow: var(--eai-shadow);
}

body.ea-inner-design .site-header .sub-menu .menu-link:hover {
  background: #fff0eb;
}

/* Main shell */
body.ea-inner-design #content.site-content {
  padding-block: 62px 92px;
}

body.ea-inner-design #content > .ast-container {
  width: min(1130px, calc(100% - 40px));
  max-width: 1130px;
  margin-inline: auto;
  padding: 0;
}

/*
 * Generic WordPress/OceanWP article shell.
 * The site theme can apply a dark background directly to these wrappers;
 * explicit light surfaces keep the article readable on every breakpoint.
 */
body.ea-inner-design.single-post #content,
body.ea-inner-design.single-post #content-wrap,
body.ea-inner-design.single-post #primary,
body.ea-inner-design.single-post #main,
body.ea-inner-design.single-post .content-area,
body.ea-inner-design.single-post .site-main {
  color: #173042 !important;
  background: #f0f8fb !important;
  background-color: #f0f8fb !important;
}

body.ea-inner-design.single-post #main > article,
body.ea-inner-design.single-post article[id^="post-"],
body.ea-inner-design.single-post article.post {
  overflow: hidden;
  color: #173042 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(23,48,66,.13);
  border-radius: 30px 75px 30px 30px;
  box-shadow: 0 22px 65px rgba(22,75,115,.11);
}

body.ea-inner-design.single-post article .entry-content,
body.ea-inner-design.single-post .single-post-content,
body.ea-inner-design.single-post .post-content,
body.ea-inner-design.single-post .entry-content.clr {
  color: #173042 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

body.ea-inner-design.single-post .entry-content > p,
body.ea-inner-design.single-post .entry-content > div:not(.ea-inner-cta),
body.ea-inner-design.single-post .entry-content > section:not(.ea-inner-cta),
body.ea-inner-design.single-post .entry-content .wp-block-group,
body.ea-inner-design.single-post .entry-content .wp-block-columns,
body.ea-inner-design.single-post .entry-content .wp-block-column {
  color: #294657 !important;
  background-color: transparent !important;
}

body.ea-inner-design #primary,
body.ea-inner-design #main.site-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Single post and regular page cards */
body.ea-inner-design.single-post article.ast-article-single,
body.ea-inner-design.page:not(.elementor-page) article.ast-article-single {
  overflow: hidden;
  padding: 0 !important;
  color: #173042 !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid var(--eai-line);
  border-radius: 30px 75px 30px 30px;
  box-shadow: var(--eai-shadow);
}

body.ea-inner-design.single-post article.ast-article-single > div,
body.ea-inner-design.page:not(.elementor-page) article.ast-article-single > div {
  padding: 0;
}

body.ea-inner-design.single-post .entry-header,
body.ea-inner-design.page:not(.elementor-page) .entry-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 !important;
  padding: 56px clamp(25px, 6vw, 73px) 47px;
  background:
    radial-gradient(circle at 90% 12%, rgba(239,111,97,.16), transparent 27%),
    linear-gradient(135deg, var(--eai-sky), var(--eai-sand));
  border-bottom: 1px solid var(--eai-line);
}

body.ea-inner-design.single-post .entry-header,
body.ea-inner-design.page:not(.elementor-page) .entry-header {
  color: #173042 !important;
  background-color: #fff6e8 !important;
}

body.ea-inner-design.single-post .entry-header::before,
body.ea-inner-design.page:not(.elementor-page) .entry-header::before {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(var(--eai-blue) 0 33%, var(--eai-coral) 33% 66%, var(--eai-orange) 66%);
}

body.ea-inner-design.single-post .entry-header::after,
body.ea-inner-design.page:not(.elementor-page) .entry-header::after {
  content: "ع";
  position: absolute;
  z-index: -1;
  left: 30px;
  bottom: -66px;
  color: rgba(22,75,115,.055);
  font-size: 225px;
  font-weight: 800;
  line-height: 1;
}

body.ea-inner-design .entry-title,
body.ea-inner-design .entry-title a {
  color: var(--eai-blue-dark) !important;
}

body.ea-inner-design.single-post h1.entry-title,
body.ea-inner-design.page:not(.elementor-page) h1.entry-title {
  max-width: 930px;
  margin: 0;
  font-size: clamp(32px, 4.8vw, 53px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -.35px;
}

body.ea-inner-design .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  align-items: center;
  margin-top: 19px;
  color: var(--eai-muted) !important;
  font-size: 12px;
}

body.ea-inner-design .entry-meta::before {
  content: "مقال توعوي";
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 3px 11px;
  color: #fff;
  background: var(--eai-coral);
  border-radius: 8px 8px 3px 8px;
  font-size: 10px;
  font-weight: 800;
}

body.ea-inner-design.page:not(.elementor-page) .entry-meta::before {
  content: "صفحة معلومات";
}

body.ea-inner-design .entry-meta,
body.ea-inner-design .entry-meta a,
body.ea-inner-design .entry-meta span {
  color: #405f70 !important;
}

/* Featured image outside the editor content. */
body.ea-inner-design.single-post .post-thumb,
body.ea-inner-design.single-post .post-thumb-img-content,
body.ea-inner-design.single-post .ast-blog-featured-section {
  width: min(890px, calc(100% - 48px));
  margin: 38px auto 0;
}

body.ea-inner-design.single-post .post-thumb img,
body.ea-inner-design.single-post .post-thumb-img-content img,
body.ea-inner-design.single-post .ast-blog-featured-section img {
  width: 100%;
  height: auto;
  display: block;
  padding: 7px;
  background: #fff !important;
  border: 1px solid var(--eai-line);
  border-radius: 25px 60px 25px 25px;
  box-shadow: 0 18px 52px rgba(22,75,115,.12);
}

/* Content typography */
body.ea-inner-design.single-post .entry-content,
body.ea-inner-design.page:not(.elementor-page) .entry-content {
  width: min(890px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 70px;
  color: #173042 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  font-size: 17px;
}

body.ea-inner-design .entry-content > :first-child {
  margin-top: 0;
}

body.ea-inner-design .entry-content > :last-child {
  margin-bottom: 0;
}

body.ea-inner-design .entry-content p {
  margin: 0 0 1.45em;
  color: #294657 !important;
  line-height: 2.05;
}

body.ea-inner-design .entry-content h2 {
  position: relative;
  margin: 2.05em 0 .85em;
  padding: 14px 21px 14px 54px;
  color: #0e3454 !important;
  background: #f0f8fb !important;
  background-color: #f0f8fb !important;
  border: 1px solid rgba(22,75,115,.13);
  border-right: 6px solid var(--eai-blue);
  border-radius: 8px 18px 18px 8px;
  font-size: clamp(24px, 3.3vw, 34px);
  font-weight: 800;
  line-height: 1.58;
}

body.ea-inner-design .entry-content h1 {
  position: relative;
  margin: 0 0 1em;
  padding: 14px 21px;
  color: #0e3454 !important;
  background: #f0f8fb !important;
  background-color: #f0f8fb !important;
  border: 1px solid rgba(22,75,115,.13);
  border-right: 6px solid #164b73;
  border-radius: 8px 18px 18px 8px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.5;
}

body.ea-inner-design .entry-content h2::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 18px;
  top: 50%;
  background: var(--eai-coral);
  border-radius: 6px 6px 2px 6px;
  transform: translateY(-50%) rotate(8deg);
}

body.ea-inner-design .entry-content h3 {
  display: inline-block;
  position: relative;
  margin: 1.8em 0 .75em;
  padding-bottom: 7px;
  color: #164b73 !important;
  font-size: clamp(20px, 2.7vw, 27px);
  font-weight: 800;
  line-height: 1.58;
}

body.ea-inner-design .entry-content h3::after {
  content: "";
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 42%;
  background: var(--eai-coral);
  border-radius: 99px;
}

body.ea-inner-design .entry-content h4,
body.ea-inner-design .entry-content h5,
body.ea-inner-design .entry-content h6 {
  margin: 1.5em 0 .65em;
  color: var(--eai-blue-dark);
  font-weight: 800;
}

body.ea-inner-design .entry-content a:not(.ea-inner-btn) {
  color: var(--eai-coral-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(217,87,75,.28);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body.ea-inner-design .entry-content a:not(.ea-inner-btn):hover {
  color: var(--eai-blue);
  text-decoration-color: currentColor;
}

body.ea-inner-design .entry-content strong,
body.ea-inner-design .entry-content b {
  color: var(--eai-blue-dark);
  font-weight: 800;
}

body.ea-inner-design .entry-content ul,
body.ea-inner-design .entry-content ol {
  margin: 1.35em 0 1.7em;
  padding: 22px 45px 22px 24px;
  color: #173042 !important;
  background: #fff6e8 !important;
  background-color: #fff6e8 !important;
  border: 1px solid rgba(244,162,97,.3);
  border-radius: 17px;
}

body.ea-inner-design .entry-content li {
  margin-bottom: 9px;
  padding-right: 5px;
}

body.ea-inner-design .entry-content li::marker {
  color: var(--eai-coral);
  font-weight: 800;
}

body.ea-inner-design .entry-content blockquote,
body.ea-inner-design .entry-content .wp-block-quote {
  position: relative;
  margin: 2em 0;
  padding: 29px 31px 29px 76px;
  color: #fff;
  background: #164b73 !important;
  background-color: #164b73 !important;
  border: 0;
  border-radius: 24px 65px 24px 24px;
  box-shadow: 11px 11px 0 rgba(239,111,97,.14);
}

body.ea-inner-design .entry-content blockquote::after {
  content: "“";
  position: absolute;
  left: 24px;
  top: 0;
  color: #ffd4c9;
  font-family: Georgia, serif;
  font-size: 73px;
  line-height: 1;
}

body.ea-inner-design .entry-content blockquote p,
body.ea-inner-design .entry-content blockquote cite {
  color: #fff;
}

body.ea-inner-design .entry-content img {
  height: auto;
  padding: 7px;
  background: #fff;
  border: 1px solid var(--eai-line);
  border-radius: 25px 60px 25px 25px;
  box-shadow: 0 18px 52px rgba(22,75,115,.12);
}

body.ea-inner-design .entry-content figure {
  margin: 2em auto;
}

body.ea-inner-design .entry-content figcaption {
  padding-top: 8px;
  color: var(--eai-muted);
  font-size: 11px;
  text-align: center;
}

body.ea-inner-design .entry-content hr {
  height: 3px;
  margin: 2.4em 0;
  background: linear-gradient(90deg, var(--eai-blue) 0 33%, var(--eai-coral) 33% 66%, var(--eai-orange) 66%);
  border: 0;
  border-radius: 99px;
  opacity: .28;
}

body.ea-inner-design .entry-content table {
  width: 100%;
  overflow: hidden;
  margin: 1.8em 0;
  background: #fff;
  border: 1px solid var(--eai-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 17px;
}

body.ea-inner-design .entry-content th,
body.ea-inner-design .entry-content td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--eai-line);
  text-align: right;
}

body.ea-inner-design .entry-content th {
  color: #fff;
  background: var(--eai-blue);
}

body.ea-inner-design .entry-content tr:last-child td {
  border-bottom: 0;
}

body.ea-inner-design .entry-content .wp-block-button__link,
body.ea-inner-design .entry-content input[type="submit"],
body.ea-inner-design .entry-content button {
  padding: 12px 22px;
  color: #fff !important;
  background: var(--eai-coral);
  border: 0;
  border-radius: 13px 13px 4px 13px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 6px 6px 0 rgba(22,75,115,.12);
}

/* Table of contents */
body.ea-inner-design .entry-content #ez-toc-container,
body.ea-inner-design .entry-content .lwptoc,
body.ea-inner-design .entry-content .wp-block-rank-math-toc-block {
  width: 100%;
  margin: 1.8em 0 2.35em;
  padding: 25px;
  color: #173042 !important;
  background: #f0f8fb !important;
  background-color: #f0f8fb !important;
  border: 1px solid var(--eai-line);
  border-right: 6px solid var(--eai-coral);
  border-radius: 18px;
  box-shadow: none;
}

/* Automatic post CTA */
body.ea-inner-design .ea-inner-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 58px;
  padding: clamp(30px, 5vw, 48px);
  color: #fff;
  background: var(--eai-coral);
  border-radius: 28px 80px 28px 28px;
  box-shadow: 13px 13px 0 rgba(22,75,115,.12);
}

body.ea-inner-design .ea-inner-cta::before,
body.ea-inner-design .ea-inner-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
}

body.ea-inner-design .ea-inner-cta::before {
  width: 240px;
  height: 240px;
  left: -100px;
  top: -120px;
}

body.ea-inner-design .ea-inner-cta::after {
  width: 170px;
  height: 170px;
  right: -80px;
  bottom: -100px;
}

body.ea-inner-design .ea-inner-cta-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  color: var(--eai-blue-dark);
  background: var(--eai-sand);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
}

body.ea-inner-design .entry-content .ea-inner-cta h2 {
  margin: 0 0 8px;
  padding: 0;
  color: #fff;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: clamp(26px, 4vw, 39px);
}

body.ea-inner-design .entry-content .ea-inner-cta h2::after {
  display: none;
}

body.ea-inner-design .entry-content .ea-inner-cta p {
  max-width: 720px;
  margin-bottom: 22px;
  color: #fff2ed;
}

body.ea-inner-design .ea-inner-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 17px;
}

body.ea-inner-design .ea-inner-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 13px 13px 4px 13px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

body.ea-inner-design .ea-inner-btn:hover {
  transform: translateY(-2px);
}

body.ea-inner-design .ea-inner-btn-primary {
  color: #fff !important;
  background: var(--eai-blue-dark);
}

body.ea-inner-design .ea-inner-btn-light {
  color: var(--eai-blue-dark) !important;
  background: #fff;
}

body.ea-inner-design .ea-inner-cta small {
  display: block;
  color: #ffe5de;
  font-size: 9px;
}

/* One floating WhatsApp button on article pages. */
body.ea-inner-design.single-post #wmn-fx {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.ea-inner-design .ea-inner-whatsapp {
  width: auto;
  min-width: 126px;
  height: 58px;
  position: fixed !important;
  z-index: 2147483001 !important;
  right: 22px;
  bottom: 22px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  color: #fff !important;
  background: #25d366 !important;
  background-color: #25d366 !important;
  border: 3px solid #fff !important;
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(18,140,126,.38), 0 5px 16px rgba(23,48,66,.18);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.ea-inner-design .ea-inner-whatsapp svg {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  fill: currentColor;
}

body.ea-inner-design .ea-inner-whatsapp:hover {
  color: #fff !important;
  background: #128c7e !important;
  transform: translateY(-3px);
}

/* Post footer and navigation */
body.ea-inner-design .entry-footer,
body.ea-inner-design .tags-links {
  width: min(890px, calc(100% - 48px));
  margin: 0 auto 28px;
  padding: 17px 20px;
  background: var(--eai-sky);
  border: 1px solid var(--eai-line);
  border-radius: 15px;
}

body.ea-inner-design .post-navigation,
body.ea-inner-design .navigation.post-navigation {
  width: min(100%, 1130px);
  margin: 28px auto 0;
  padding: 0;
}

body.ea-inner-design .post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

body.ea-inner-design .post-navigation a {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 21px;
  color: var(--eai-blue-dark);
  background: #fff;
  border: 1px solid var(--eai-line);
  border-bottom: 5px solid var(--eai-blue);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(22,75,115,.06);
}

body.ea-inner-design .post-navigation a:hover {
  color: var(--eai-coral-dark);
  border-bottom-color: var(--eai-coral);
  transform: translateY(-3px);
}

body.ea-inner-design .ast-single-related-posts-container,
body.ea-inner-design .author-box,
body.ea-inner-design .ast-author-box,
body.ea-inner-design .comments-area {
  overflow: hidden;
  margin-top: 27px;
  padding: clamp(23px, 4vw, 38px);
  background: #fff;
  border: 1px solid var(--eai-line);
  border-radius: 24px 60px 24px 24px;
  box-shadow: 0 15px 42px rgba(22,75,115,.07);
}

body.ea-inner-design .comments-title,
body.ea-inner-design .comment-reply-title,
body.ea-inner-design .ast-related-posts-title {
  color: var(--eai-blue-dark);
  font-size: clamp(23px, 3vw, 31px);
}

body.ea-inner-design .comment-list .comment-body {
  margin-bottom: 14px;
  padding: 19px;
  background: var(--eai-sky);
  border: 1px solid var(--eai-line);
  border-radius: 16px;
}

body.ea-inner-design input[type="text"],
body.ea-inner-design input[type="email"],
body.ea-inner-design input[type="url"],
body.ea-inner-design input[type="search"],
body.ea-inner-design input[type="tel"],
body.ea-inner-design textarea,
body.ea-inner-design select {
  min-height: 48px;
  color: var(--eai-ink);
  background: #fff;
  border: 1px solid #c8d7df;
  border-radius: 12px;
  box-shadow: none;
}

body.ea-inner-design input:focus,
body.ea-inner-design textarea:focus,
body.ea-inner-design select:focus {
  border-color: var(--eai-coral);
  box-shadow: 0 0 0 3px rgba(239,111,97,.12);
}

/* Archive/category/search cards */
body.ea-inner-design.archive .page-title,
body.ea-inner-design.search .page-title,
body.ea-inner-design .ast-archive-description {
  margin: 0 0 28px;
  padding: 34px clamp(23px, 5vw, 48px);
  color: var(--eai-blue-dark);
  background: linear-gradient(135deg, var(--eai-sky), var(--eai-sand));
  border: 1px solid var(--eai-line);
  border-right: 10px solid var(--eai-coral);
  border-radius: 20px 55px 20px 20px;
  box-shadow: var(--eai-shadow);
}

body.ea-inner-design.archive .ast-row,
body.ea-inner-design.search .ast-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

body.ea-inner-design.archive .ast-row > article,
body.ea-inner-design.search .ast-row > article {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.ea-inner-design.archive article .ast-article-post,
body.ea-inner-design.search article .ast-article-post,
body.ea-inner-design.archive article.ast-article-post,
body.ea-inner-design.search article.ast-article-post {
  height: 100%;
  overflow: hidden;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--eai-line);
  border-bottom: 5px solid var(--eai-blue);
  border-radius: 21px;
  box-shadow: 0 14px 40px rgba(22,75,115,.07);
}

body.ea-inner-design.archive article:nth-child(2n).ast-article-post,
body.ea-inner-design.search article:nth-child(2n).ast-article-post {
  border-bottom-color: var(--eai-coral);
}

body.ea-inner-design.archive article .entry-title,
body.ea-inner-design.archive article .entry-title a,
body.ea-inner-design.search article .entry-title,
body.ea-inner-design.search article .entry-title a {
  color: var(--eai-blue-dark) !important;
}

body.ea-inner-design.archive article .entry-meta::before,
body.ea-inner-design.search article .entry-meta::before {
  display: none;
}

body.ea-inner-design .ast-pagination .page-numbers,
body.ea-inner-design .nav-links .page-numbers {
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--eai-blue-dark);
  background: #fff;
  border: 1px solid var(--eai-line);
  border-radius: 10px;
}

body.ea-inner-design .ast-pagination .page-numbers.current,
body.ea-inner-design .nav-links .page-numbers.current {
  color: #fff;
  background: var(--eai-coral);
  border-color: var(--eai-coral);
}

/* 404 */
body.ea-inner-design.error404 .page-content {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(35px, 6vw, 70px);
  text-align: center;
  background: #fff;
  border: 1px solid var(--eai-line);
  border-radius: 30px 80px 30px 30px;
  box-shadow: var(--eai-shadow);
}

body.ea-inner-design.error404 .page-title {
  color: var(--eai-blue-dark);
  font-size: clamp(34px, 6vw, 62px);
}

/* Footer */
body.ea-inner-design .site-footer,
body.ea-inner-design .site-primary-footer-wrap,
body.ea-inner-design .site-below-footer-wrap {
  color: #c6dce6;
  background: var(--eai-blue-dark) !important;
  border-color: rgba(255,255,255,.1) !important;
}

body.ea-inner-design .site-footer a,
body.ea-inner-design .site-footer h2,
body.ea-inner-design .site-footer h3,
body.ea-inner-design .site-footer .widget-title {
  color: #fff;
}

body.ea-inner-design .site-footer a:hover {
  color: #ffd5c9;
}

body.ea-inner-design :focus-visible {
  outline: 3px solid var(--eai-coral);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  body.ea-inner-design #content.site-content {
    padding-block: 38px 68px;
  }

  body.ea-inner-design.single-post .entry-header,
  body.ea-inner-design.page:not(.elementor-page) .entry-header {
    padding: 43px 32px 38px;
  }

  body.ea-inner-design.single-post .entry-content,
  body.ea-inner-design.page:not(.elementor-page) .entry-content {
    width: min(100% - 44px, 890px);
    padding-block: 42px 55px;
  }
}

@media (max-width: 640px) {
  body.ea-inner-design #content > .ast-container {
    width: min(100% - 22px, 1130px);
  }

  body.ea-inner-design #content.site-content {
    padding-block: 23px 52px;
  }

  body.ea-inner-design.single-post article.ast-article-single,
  body.ea-inner-design.page:not(.elementor-page) article.ast-article-single {
    border-radius: 22px 48px 22px 22px;
  }

  body.ea-inner-design.single-post #main > article,
  body.ea-inner-design.single-post article[id^="post-"],
  body.ea-inner-design.single-post article.post {
    border-radius: 22px 48px 22px 22px;
  }

  body.ea-inner-design.single-post .entry-header,
  body.ea-inner-design.page:not(.elementor-page) .entry-header {
    padding: 35px 23px 31px;
  }

  body.ea-inner-design.single-post h1.entry-title,
  body.ea-inner-design.page:not(.elementor-page) h1.entry-title {
    font-size: 30px;
  }

  body.ea-inner-design.single-post .entry-content,
  body.ea-inner-design.page:not(.elementor-page) .entry-content {
    width: calc(100% - 32px);
    padding-block: 34px 44px;
    font-size: 16px;
  }

  body.ea-inner-design.single-post .post-thumb,
  body.ea-inner-design.single-post .post-thumb-img-content,
  body.ea-inner-design.single-post .ast-blog-featured-section {
    width: calc(100% - 32px);
    margin-top: 24px;
  }

  body.ea-inner-design .entry-content h2 {
    padding: 14px 15px 14px 40px;
    font-size: 24px;
  }

  body.ea-inner-design .entry-content h2::after {
    left: 13px;
    width: 15px;
    height: 15px;
  }

  body.ea-inner-design .entry-content h3 {
    font-size: 21px;
  }

  body.ea-inner-design .entry-content ul,
  body.ea-inner-design .entry-content ol {
    padding: 19px 37px 19px 18px;
  }

  body.ea-inner-design .entry-content blockquote {
    padding: 23px 21px;
    border-radius: 20px 45px 20px 20px;
  }

  body.ea-inner-design .entry-content blockquote::after {
    display: none;
  }

  body.ea-inner-design .ea-inner-cta {
    margin-top: 40px;
    padding: 28px 21px;
    border-radius: 22px 52px 22px 22px;
  }

  body.ea-inner-design .ea-inner-cta-actions,
  body.ea-inner-design .ea-inner-btn {
    width: 100%;
  }

  body.ea-inner-design .post-navigation .nav-links,
  body.ea-inner-design.archive .ast-row,
  body.ea-inner-design.search .ast-row {
    grid-template-columns: 1fr;
  }

  body.ea-inner-design .entry-footer,
  body.ea-inner-design .tags-links {
    width: calc(100% - 32px);
  }

  body.ea-inner-design .ea-inner-whatsapp {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 60px !important;
    right: 16px !important;
    bottom: 18px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }

  body.ea-inner-design .ea-inner-whatsapp span {
    display: none !important;
  }

  body.ea-inner-design .ea-inner-whatsapp svg {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ea-inner-design *,
  body.ea-inner-design *::before,
  body.ea-inner-design *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
