
/* =========================================================
   INTIMO AKTUALNOŚCI 2026
   CZYSTY CSS
   Listing i paginacja dziedziczą gotowy wygląd Poradników
   przez klasę strony:
   intimo-faq-page intimo-news-page
   ========================================================= */


/* =========================================================
   HERO AKTUALNOŚCI
   ========================================================= */

#intimo-news-hero,
#intimo-news-hero * {
  box-sizing: border-box;
}

#intimo-news-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(160, 25, 91, 0.08) 0,
      rgba(160, 25, 91, 0) 30%
    ),
    linear-gradient(
      135deg,
      #fffdfd 0%,
      #fff8fb 56%,
      #fdf2f6 100%
    );
}

#intimo-news-hero::before {
  position: absolute;
  top: -130px;
  right: -100px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-news-hero::after {
  position: absolute;
  bottom: -170px;
  left: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(160, 25, 91, 0.055);
  border-radius: 50%;
  content: "";
}

#intimo-news-hero .inh-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 88px 28px 82px;
}

#intimo-news-hero .inh-content {
  max-width: 890px;
}

#intimo-news-hero .inh-eyebrow {
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-news-hero h1 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -3.6px;
  line-height: 0.95;
}

#intimo-news-hero h1 span {
  display: block;
  color: #c86a96;
}

#intimo-news-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.72;
}

#intimo-news-hero .inh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

#intimo-news-hero .inh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

#intimo-news-hero .inh-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-news-hero .inh-btn-primary {
  background: #a0195b;
  color: #ffffff;
}

#intimo-news-hero .inh-btn-primary:hover {
  background: #7d1247;
  color: #ffffff;
}

#intimo-news-hero .inh-btn-secondary {
  border-color: rgba(160, 25, 91, 0.34);
  background: #ffffff;
  color: #a0195b;
}

#intimo-news-hero .inh-btn-secondary:hover {
  border-color: #a0195b;
  background: #fff0f5;
  color: #7d1247;
}


/* =========================================================
   AKTUALNOŚCI
   Listing i paginacja korzystają z CSS Poradników.
   Tu tylko chowamy dodatkowe linki Joomla, jeśli są włączone.
   ========================================================= */

.intimo-news-page .items-more {
  display: none !important;
}


/* =========================================================
   KOŃCOWE CTA AKTUALNOŚCI
   ========================================================= */

#intimo-news-final,
#intimo-news-final * {
  box-sizing: border-box;
}

#intimo-news-final {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-news-final .inf-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 52px 28px 86px;
}

#intimo-news-final .inf-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: 26px;
  overflow: hidden;
  padding: 42px;
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 11% 9%,
      rgba(255, 255, 255, 0.14) 0,
      rgba(255, 255, 255, 0) 27%
    ),
    linear-gradient(
      135deg,
      #a0195b 0%,
      #86134c 52%,
      #681039 100%
    );
  box-shadow: 0 19px 40px rgba(92, 13, 49, 0.18);
}

#intimo-news-final .inf-panel::before {
  position: absolute;
  top: -120px;
  left: -90px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

#intimo-news-final .inf-panel::after {
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

#intimo-news-final .inf-content,
#intimo-news-final .inf-side {
  position: relative;
  z-index: 2;
}

#intimo-news-final .inf-content {
  align-self: center;
}

#intimo-news-final .inf-eyebrow {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-news-final h2 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.8vw, 66px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 0.98;
}

#intimo-news-final h2 span {
  display: block;
  color: #f2bdd2;
}

#intimo-news-final p {
  max-width: 690px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.81);
  font-size: 15px;
  line-height: 1.7;
}

#intimo-news-final .inf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#intimo-news-final .inf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 51px;
  padding: 13px 17px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

#intimo-news-final .inf-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-news-final .inf-btn-light {
  background: #ffffff;
  color: #86134c;
}

#intimo-news-final .inf-btn-light:hover {
  background: #fff1f6;
  color: #73103f;
}

#intimo-news-final .inf-btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#intimo-news-final .inf-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

#intimo-news-final .inf-side {
  display: grid;
  gap: 9px;
}

#intimo-news-final .inf-item,
#intimo-news-final .inf-online {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 83px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(8px);
}

#intimo-news-final .inf-online {
  grid-template-columns: 46px 1fr 18px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

#intimo-news-final .inf-online:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

#intimo-news-final .inf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 17px;
}

#intimo-news-final .inf-item div:last-child,
#intimo-news-final .inf-online div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#intimo-news-final .inf-item span,
#intimo-news-final .inf-online span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-news-final .inf-item strong,
#intimo-news-final .inf-online strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 1.15;
}

#intimo-news-final .inf-item small,
#intimo-news-final .inf-online small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.35;
}

#intimo-news-final .inf-online-arrow {
  color: #ffffff;
  font-size: 14px;
  transition: transform 0.2s ease;
}

#intimo-news-final .inf-online:hover .inf-online-arrow {
  transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE HERO I CTA
   ========================================================= */

@media (max-width: 991px) {
  #intimo-news-hero .inh-container {
    padding: 76px 24px 72px;
  }

  #intimo-news-final .inf-container {
    padding: 54px 24px 72px;
  }

  #intimo-news-final .inf-panel {
    grid-template-columns: 1fr;
  }

  #intimo-news-final .inf-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #intimo-news-final .inf-item,
  #intimo-news-final .inf-online {
    grid-template-columns: 1fr;
    align-content: start;
  }

  #intimo-news-final .inf-online-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  #intimo-news-hero .inh-container {
    padding: 62px 19px 60px;
  }

  #intimo-news-hero .inh-eyebrow {
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  #intimo-news-hero h1 {
    font-size: clamp(47px, 14vw, 68px);
    letter-spacing: -2.4px;
  }

  #intimo-news-hero p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.64;
  }

  #intimo-news-hero .inh-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 23px;
  }

  #intimo-news-hero .inh-btn {
    width: 100%;
    min-height: 49px;
    font-size: 10px;
  }

  #intimo-news-final .inf-container {
    padding: 42px 19px 58px;
  }

  #intimo-news-final .inf-panel {
    gap: 21px;
    padding: 23px 19px;
    border-radius: 20px;
  }

  #intimo-news-final .inf-eyebrow {
    font-size: 9px;
    letter-spacing: 0.82px;
  }

  #intimo-news-final h2 {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -1.7px;
  }

  #intimo-news-final p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.62;
  }

  #intimo-news-final .inf-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 20px;
  }

  #intimo-news-final .inf-btn {
    width: 100%;
    min-height: 48px;
    font-size: 10px;
  }

  #intimo-news-final .inf-side {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #intimo-news-final .inf-item,
  #intimo-news-final .inf-online {
    grid-template-columns: 41px 1fr;
    min-height: auto;
    padding: 11px;
    border-radius: 12px;
  }

  #intimo-news-final .inf-icon {
    width: 39px;
    height: 39px;
    font-size: 15px;
  }

  #intimo-news-final .inf-item strong,
  #intimo-news-final .inf-online strong {
    font-size: 16px;
  }

  #intimo-news-final .inf-item small,
  #intimo-news-final .inf-online small {
    font-size: 10px;
  }
}


/* =========================================================
   INTIMO AKTUALNOŚCI
   FINALNE KOSMETYKI BEZ RUSZANIA LISTINGU JOOMLA
   ========================================================= */

.intimo-news-page .pagination-wrapper {
  padding-bottom: 46px !important;
}

#intimo-news-final .inf-container {
  max-width: 1320px;
  padding-top: 28px;
}

#intimo-news-final .inf-panel {
  padding: 38px;
}

@media (max-width: 767px) {
  .intimo-news-page .pagination-wrapper {
    padding-bottom: 34px !important;
  }

  #intimo-news-final .inf-container {
    padding-top: 18px;
  }
}


/* JAPI CSS Manager - menu ID 801 */

/* =========================================================
   INTIMO FAQ / PORADNIKI
   BLOK 01: HERO
   ========================================================= */

#intimo-guides-hero,
#intimo-guides-hero * {
  box-sizing: border-box;
}

#intimo-guides-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(160, 25, 91, 0.08) 0,
      rgba(160, 25, 91, 0) 30%
    ),
    linear-gradient(
      135deg,
      #fffdfd 0%,
      #fff8fb 56%,
      #fdf2f6 100%
    );
}

#intimo-guides-hero::before {
  position: absolute;
  top: -130px;
  right: -100px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-guides-hero .igh-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 88px 28px 78px;
}

#intimo-guides-hero .igh-content {
  max-width: 880px;
}

#intimo-guides-hero .igh-eyebrow {
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-guides-hero h1 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -3.6px;
  line-height: 0.95;
}

#intimo-guides-hero h1 span {
  display: block;
  color: #c86a96;
}

#intimo-guides-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.72;
}

#intimo-guides-hero .igh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

#intimo-guides-hero .igh-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(160, 25, 91, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #a0195b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

#intimo-guides-hero .igh-tags a:hover {
  transform: translateY(-2px);
  border-color: #a0195b;
  background: #fff0f5;
  color: #7d1247;
  text-decoration: none;
}

@media (max-width: 767px) {
  #intimo-guides-hero .igh-container {
    padding: 62px 19px 58px;
  }

  #intimo-guides-hero h1 {
    font-size: clamp(47px, 14vw, 68px);
    letter-spacing: -2.4px;
  }

  #intimo-guides-hero p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.64;
  }

  #intimo-guides-hero .igh-tags {
    gap: 7px;
    margin-top: 21px;
  }

  #intimo-guides-hero .igh-tags a {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 9px;
  }
}




/* =========================================================
   INTIMO FAQ / PORADNIKI
   LISTING ARTYKUŁÓW JOOMLA
   POPRAWKA: WYŻSZE KARTY, WIĘKSZE ELEMENTY, PRZYCISK NIŻEJ
   ========================================================= */

body.itemid-FAQ .blog,
body.view-category .blog {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 78px 28px 88px;
}

body.itemid-FAQ .blog-items,
body.view-category .blog-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

body.itemid-FAQ .blog-item,
body.view-category .blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  min-height: 565px;
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.06);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

body.itemid-FAQ .blog-item:hover,
body.view-category .blog-item:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.28);
  box-shadow: 0 19px 36px rgba(74, 27, 50, 0.11);
}

body.itemid-FAQ .blog-item .item-image,
body.view-category .blog-item .item-image {
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  background: #fdf4f7;
}

body.itemid-FAQ .blog-item .item-image img,
body.view-category .blog-item .item-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.34s ease;
}

body.itemid-FAQ .blog-item:hover .item-image img,
body.view-category .blog-item:hover .item-image img {
  transform: scale(1.045);
}

body.itemid-FAQ .blog-item .item-content,
body.view-category .blog-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 246px;
  padding: 26px 26px 24px;
}

body.itemid-FAQ .blog-item h2,
body.itemid-FAQ .blog-item h3,
body.view-category .blog-item h2,
body.view-category .blog-item h3 {
  min-height: 92px;
  margin: 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.55px;
  line-height: 1.12;
}

body.itemid-FAQ .blog-item h2 a,
body.itemid-FAQ .blog-item h3 a,
body.view-category .blog-item h2 a,
body.view-category .blog-item h3 a {
  color: #4a1b32;
  text-decoration: none;
}

body.itemid-FAQ .blog-item h2 a:hover,
body.itemid-FAQ .blog-item h3 a:hover,
body.view-category .blog-item h2 a:hover,
body.view-category .blog-item h3 a:hover {
  color: #a0195b;
}

body.itemid-FAQ .blog-item .article-info,
body.view-category .blog-item .article-info {
  display: block;
  min-height: 22px;
  margin: 16px 0 0;
  color: #947d87;
  font-size: 13px;
  line-height: 1.45;
}

body.itemid-FAQ .blog-item .readmore,
body.view-category .blog-item .readmore {
  position: static !important;
  inset: auto !important;
  display: block;
  margin-top: auto;
  padding-top: 26px;
  text-align: left;
}

body.itemid-FAQ .blog-item .readmore a,
body.view-category .blog-item .readmore a {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid #a0195b;
  border-radius: 13px;
  background: #a0195b;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

body.itemid-FAQ .blog-item .readmore a:hover,
body.view-category .blog-item .readmore a:hover {
  transform: translateY(-2px);
  background: #7d1247;
  color: #ffffff !important;
  text-decoration: none;
}

/* PAGINACJA */

body.itemid-FAQ .pagination,
body.view-category .pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

body.itemid-FAQ .pagination ul,
body.view-category .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.itemid-FAQ .pagination a,
body.itemid-FAQ .pagination span,
body.view-category .pagination a,
body.view-category .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid rgba(160, 25, 91, 0.16);
  border-radius: 10px;
  background: #ffffff;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.itemid-FAQ .pagination a:hover,
body.view-category .pagination a:hover {
  border-color: #a0195b;
  background: #fff0f5;
  color: #7d1247;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.itemid-FAQ .blog-items,
  body.view-category .blog-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.itemid-FAQ .blog-item,
  body.view-category .blog-item {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  body.itemid-FAQ .blog,
  body.view-category .blog {
    padding: 52px 19px 62px;
  }

  body.itemid-FAQ .blog-items,
  body.view-category .blog-items {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.itemid-FAQ .blog-item,
  body.view-category .blog-item {
    min-height: auto;
    border-radius: 17px;
  }

  body.itemid-FAQ .blog-item .item-content,
  body.view-category .blog-item .item-content {
    min-height: 0;
    padding: 22px;
  }

  body.itemid-FAQ .blog-item h2,
  body.itemid-FAQ .blog-item h3,
  body.view-category .blog-item h2,
  body.view-category .blog-item h3 {
    min-height: 0;
    font-size: 24px;
    line-height: 1.13;
  }

  body.itemid-FAQ .blog-item .readmore,
  body.view-category .blog-item .readmore {
    margin-top: 22px;
    padding-top: 0;
  }
}



/* =========================================================
   INTIMO FAQ / PORADNIKI
   NOWOCZESNY LISTING ARTYKUŁÓW
   POPRAWKA: WYŻSZE KARTY, WIĘKSZE ELEMENTY, PRZYCISK NIŻEJ
   ========================================================= */

.intimo-faq-page .article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 78px 28px 42px;
  align-items: stretch;
}

.intimo-faq-page .article-list > .row {
  display: contents;
}

.intimo-faq-page .article-list [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.intimo-faq-page .article-list .article {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 525px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.06);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.intimo-faq-page .article-list .article:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.28);
  box-shadow: 0 19px 36px rgba(74, 27, 50, 0.11);
}

.intimo-faq-page .article-list .article-intro-image,
.intimo-faq-page .article-list .article-featured-image,
.intimo-faq-page .article-list .item-image {
  flex: 0 0 auto;
  margin: 0 !important;
  overflow: hidden;
  background: #fdf4f7;
}

.intimo-faq-page .article-list img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.intimo-faq-page .article-list .article:hover img {
  transform: scale(1.045);
}

.intimo-faq-page .article-list .article-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 246px;
  padding: 26px 26px 24px;
}

.intimo-faq-page .article-list .article-header {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 140px;
}

.intimo-faq-page .article-list .article-header h1,
.intimo-faq-page .article-list .article-header h2 {
  min-height: 66px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.intimo-faq-page .article-list .article-header h1 a,
.intimo-faq-page .article-list .article-header h2 a {
  color: #4a1b32 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: -0.55px;
  line-height: 1.12;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.intimo-faq-page .article-list .article-header h1 a:hover,
.intimo-faq-page .article-list .article-header h2 a:hover {
  color: #a0195b !important;
}

.intimo-faq-page .article-list .article-info {
  display: block !important;
  min-height: 22px;
  margin: 8px 0 0 !important;
  color: #9a838e;
  font-size: 13px;
  line-height: 1.45;
  text-align: left !important;
}

.intimo-faq-page .article-list .article-info > span {
  margin: 0 8px 0 0;
}

.intimo-faq-page .article-list .article-introtext {
  margin-top: 12px;
  color: #66565e;
  font-size: 14px;
  line-height: 1.62;
}

.intimo-faq-page .article-list .readmore {
  position: static !important;
  inset: auto !important;
  display: block !important;
  margin-top: auto !important;
  padding-top: 26px;
  text-align: left !important;
}

.intimo-faq-page .article-list .readmore a {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: auto !important;
  padding: 13px 20px !important;
  border: 1px solid #a0195b !important;
  border-radius: 13px;
  background: #a0195b !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.intimo-faq-page .article-list .readmore a:hover {
  transform: translateY(-2px);
  background: #7d1247 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(160, 25, 91, 0.16);
}

@media (max-width: 991px) {
  .intimo-faq-page .article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intimo-faq-page .article-list .article {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .intimo-faq-page .article-list {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 52px 19px 34px;
  }

  .intimo-faq-page .article-list .article {
    min-height: auto;
    border-radius: 17px;
  }

  .intimo-faq-page .article-list .article-body {
    min-height: 0;
    padding: 22px;
  }

  .intimo-faq-page .article-list .article-header h1,
  .intimo-faq-page .article-list .article-header h2 {
    min-height: 0 !important;
  }

  .intimo-faq-page .article-list .article-header h1 a,
  .intimo-faq-page .article-list .article-header h2 a {
    font-size: 24px !important;
    line-height: 1.13;
  }

  .intimo-faq-page .article-list .readmore {
    margin-top: 22px !important;
    padding-top: 0;
  }
}
