:root {
  --ink: #17211f;
  --green: #345f57;
  --soft: #f1f3ef;
  --sand: #d8cdbd;
  --white: #fff
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: #fafaf8
}
.navbar {
  background: rgba(250, 250, 248, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}
.navbar-brand {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  display: flex;
  flex-direction: column
}
.navbar-brand small {
  font: 500 9px 'DM Sans';
  letter-spacing: .18em;
  margin-top: 6px
}
.nav-link {
  font-weight: 500
}
.btn {
  border-radius: 999px;
  padding: .75rem 1.25rem
}
.btn-primary {
  background: var(--green);
  border-color: var(--green)
}
.hero {
  background: radial-gradient(circle at 78% 45%, #e3d9cc 0 14%, transparent 38%), linear-gradient(120deg, #f7f6f1, #e8eee9)
}
.eyebrow {
  font-size: .76rem;
  letter-spacing: .18em;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 1.4rem
}
.hero h1, .section h2 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  letter-spacing: -.045em
}
.hero h1 {
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  line-height: .92;
  max-width: 900px
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--green)
}
.lead {
  max-width: 700px;
  font-size: 1.25rem;
  line-height: 1.6
}
.hero .lead {
  margin: 2rem 0
}
.hero-proof {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  font-size: .85rem
}
.hero-proof span:before {
  content: '•';
  color: var(--green);
  margin-right: .5rem
}
.hero-card {
  height: 480px;
  border-radius: 240px 240px 28px 28px;
  background: linear-gradient(160deg, #c9d7d1, #f0e5d5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 80px rgba(24, 50, 45, .12)
}
.skin-orb {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f6e8d9, #b78771 60%, #6f4d42);
  box-shadow: inset -20px -20px 40px rgba(0, 0, 0, .1)
}
.hero-card p {
  margin-top: 2rem;
  width: 220px;
  text-align: center
}
.section {
  padding: 110px 0
}
.section h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1
}
.big-copy {
  font-size: 1.45rem;
  line-height: 1.6
}
.portrait-placeholder {
  height: 580px;
  background: var(--green);
  border-radius: 4px 160px 4px 4px;
  padding: 45px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}
.portrait-placeholder span {
  font-size: .8rem;
  letter-spacing: .2em
}
.portrait-placeholder strong {
  font: 600 4.3rem/1 Manrope
}
.rule {
  height: 1px;
  background: #ccd2ce;
  margin: 2rem 0
}
.text-link, .service-card a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none
}
.section-soft {
  background: var(--soft)
}
.service-card {
  height: 100%;
  min-height: 310px;
  background: #fff;
  padding: 34px;
  border: 1px solid #e0e4df;
  display: flex;
  flex-direction: column;
  transition: .25s
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .07)
}
.service-card b {
  font-size: .75rem;
  color: #8b9894
}
.service-card h3 {
  font: 600 1.55rem Manrope;
  margin: 2.4rem 0 1rem
}
.service-card a {
  margin-top: auto
}
.service-cta {
  background: var(--green);
  color: white
}
.service-cta .eyebrow {
  color: #dce8e4
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}
.tags span, .tags a {
  padding: 12px 18px;
  border: 1px solid #cbd1cd;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  background: white
}
.dark {
  background: #18312d;
  color: white
}
.dark .eyebrow {
  color: #9fc0b8
}
.dark h2 {
  max-width: 800px
}
.check-panel {
  border-top: 1px solid #55706a
}
.check-panel p {
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid #55706a;
  font-size: 1.1rem
}
.check-panel p:before {
  content: '✓';
  margin-right: 15px
}
.laser-visual {
  height: 500px;
  background: radial-gradient(circle, #e9c8b7 0 15%, #b7cec8 16% 35%, #254a43 36%);
  display: flex;
  align-items: center;
  justify-content: center
}
.laser-visual span {
  color: white;
  letter-spacing: .35em;
  font-weight: 700
}
.contact {
  background: #e9e2d8
}
.phone {
  font: 600 clamp(2.4rem, 6vw, 5rem) Manrope;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -.05em
}
.contact a:not(.btn):not(.phone) {
  color: var(--ink)
}
address {
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.8
}
footer {
  padding: 28px 0;
  background: #17211f;
  color: #c8d0cd;
  font-size: .82rem
}
@media(max-width:991px) {
  .hero-card {
    height: 350px;
    margin-top: 35px
  }
  .section {
    padding: 80px 0
  }
  .portrait-placeholder {
    height: 400px
  }
  .navbar-collapse {
    padding: 20px 0
  }
  .hero-proof {
    gap: .8rem 1.2rem
  }
}
/* Header v2: CSS propio, sin depender del navbar de Bootstrap */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(250, 250, 248, .94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(23, 33, 31, .08)
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}
.site-brand {
  color: var(--ink);
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-left: auto
}
.site-nav > a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap
}
.site-nav > a:not(.header-cta):hover {
  color: var(--green)
}
.header-cta {
  background: var(--green);
  color: #fff !important;
  border-radius: 999px;
  padding: .72rem 1.15rem
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  padding: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  background: var(--ink);
  transition: .25s
}
@media(max-width:991px) {
  .header-inner {
    height: 74px
  }
  .menu-toggle {
    display: flex;
    position: relative;
    z-index: 1002
  }
  .site-nav {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    background: #fafaf8;
    border-top: 1px solid rgba(23, 33, 31, .07);
    padding: 18px 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .22s;
    box-shadow: 0 20px 45px rgba(23, 33, 31, .08)
  }
  .site-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }
  .site-nav > a {
    padding: 14px 2px;
    border-bottom: 1px solid #e3e6e2;
    font-size: 1.05rem
  }
  .site-nav .header-cta {
    margin-top: 14px;
    text-align: center;
    border: 0;
    padding: 13px 18px
  }
  .menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
  }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0
  }
  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
  }
}
@media(max-width:575px) {
  .site-brand span {
    font-size: .93rem
  }
  .site-brand small {
    font-size: .51rem;
    letter-spacing: .14em
  }
  .header-inner {
    height: 70px
  }
  .site-nav {
    top: 70px
  }
  .hero .row {
    min-height: auto !important;
    padding-top: 116px !important;
    padding-bottom: 55px !important
  }
  .hero .col-lg-7 {
    padding-top: 0 !important
  }
  .eyebrow {
    font-size: .68rem;
    line-height: 1.45;
    margin-bottom: 1rem
  }
  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.15rem);
    line-height: .91;
    letter-spacing: -.055em
  }
  .hero .lead {
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 1.45rem 0
  }
  .hero .btn-lg {
    font-size: .98rem;
    padding: .72rem 1rem
  }
  .hero-proof {
    margin-top: 1.6rem;
    font-size: .78rem;
    gap: .45rem .9rem
  }
  .hero-card {
    height: 270px;
    margin-top: 28px;
    border-radius: 150px 150px 24px 24px
  }
  .skin-orb {
    width: 145px;
    height: 145px
  }
  .hero-card p {
    margin-top: 1.25rem;
    font-size: .9rem
  }
}

/* section dr. pujoll */ 
.doctor-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.doctor-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center top;
}

/* Detalle decorativo */
.doctor-image::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-right: 1px solid rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(255,255,255,.7);
}

/* Móvil */
@media (max-width: 991px) {
    .doctor-image img {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .doctor-image {
        border-radius: 3px;
    }

    .doctor-image img {
        height: 430px;
    }
}
/* derma para todas las etapas */
.hero-image {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;

    border-radius: 300px 300px 30px 30px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    display: block;
}


/* ESLOGAN SOBRE LA IMAGEN */

.hero-image-claim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;

    text-align: center;

    color: #fff;

    font-family: "DM Sans", sans-serif;
    font-size: 1.55rem;
    line-height: 1.25;

    text-shadow: 0 2px 20px rgba(0,0,0,.35);
}

.hero-image-claim span {
    display: block;

    font-family: "Cormorant Garamond", serif;
    font-style: italic;

    font-size: 2.2rem;
}


/* MOBILE */

@media (max-width: 991px) {

    .hero-image {
        height: 520px;
        margin-top: 40px;

        border-radius: 260px 260px 25px 25px;
    }

}


@media (max-width: 575px) {

    .hero-image {
        height: 430px;

        border-radius: 220px 220px 20px 20px;
    }

    .hero-image-claim {
        bottom: 30px;
        font-size: 1.2rem;
    }

    .hero-image-claim span {
        font-size: 1.8rem;
    }

}
/* logo */ 
.site-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.site-logo {
    display: block;
    width: auto;
    height: 88px;
    object-fit: contain;
}


/* TABLET / MÓVIL */

@media (max-width: 991px) {

    .site-logo {
        height: 48px;
    }

}


@media (max-width: 575px) {

    .site-logo {
        height: 42px;
        max-width: 220px;
    }

}
/* Especialidades */ 
.service-card-image {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-card-image:hover .service-image img {
    transform: scale(1.04);
}

.service-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    margin-bottom: 16px;
}

.service-content p {
    margin-bottom: 25px;
}

.service-content a {
    margin-top: auto;
}


/* CTA */

.service-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 45px;
}


/* MOBILE */

@media (max-width: 575px) {

    .service-image {
        height: 220px;
    }

    .service-content {
        padding: 25px;
    }

}

/* estetic afacial */
.dermoestetica-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.dermoestetica-image img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

#dermoestetica h2 em {
    color: var(--green);
    font-weight: 400;
}

.dermoestetica-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.dermoestetica-tags span {
    padding: 9px 16px;
    border: 1px solid rgba(39, 94, 83, .25);
    border-radius: 50px;
    color: var(--green);
    font-size: .88rem;
    font-weight: 500;
    background: rgba(39, 94, 83, .04);
}

@media (max-width: 991px) {

    .dermoestetica-image img {
        height: 500px;
    }

}

@media (max-width: 575px) {

    .dermoestetica-image img {
        height: 380px;
    }

    .dermoestetica-tags {
        margin: 24px 0;
    }

    .dermoestetica-tags span {
        font-size: .82rem;
        padding: 8px 13px;
    }

}
/* contacto */ 
.contact {
    padding-bottom: 0;
}

.contact-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.contact .phone {
    display: inline-block;

    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 500;
    line-height: 1;

    color: var(--green);
    text-decoration: none;

    transition: opacity .2s ease;
}

.contact .phone:hover {
    opacity: .7;
}

.contact-email {
    color: var(--ink);
    text-decoration: none;
    font-size: 1.05rem;
}

.contact-email:hover {
    color: var(--green);
}


/* DIRECCIÓN */

.contact-address {
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.contact-address address {
    margin: 0 0 25px;
    font-style: normal;
}

.contact-address strong {
    display: block;
    margin-bottom: 15px;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    line-height: 1.15;
    font-weight: 500;
}

.contact-address span {
    line-height: 1.8;
}


/* GOOGLE MAPS */

.contact-map {
    position: relative;
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 500px;

    filter: grayscale(25%);
}


/* MOBILE */

@media (max-width: 991px) {

    .contact-address {
        padding-left: 0;
        padding-top: 30px;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .15);
    }

    .contact-map {
        margin-top: 60px;
    }

    .contact-map iframe {
        height: 400px;
    }

}


@media (max-width: 575px) {

    .contact .phone {
        font-size: 2.8rem;
    }

    .contact-email {
        font-size: .9rem;
        word-break: break-word;
    }

    .contact-map {
        margin-top: 45px;
    }

    .contact-map iframe {
        height: 350px;
    }

}
/* footer */ 
.site-footer {
    background: #172a26;
    color: rgba(255,255,255,.72);
    padding: 80px 0 25px;
}


/* LOGO */

.footer-brand {
    display: inline-block;
    margin-bottom: 25px;
}

.footer-logo {
    display: block;
    width: auto;
    height: 60px;

    /* Si el logo original es oscuro */
    filter: brightness(0) invert(1);
}

.footer-intro {
    max-width: 390px;
    margin: 0;

    font-size: .95rem;
    line-height: 1.7;

    color: rgba(255,255,255,.6);
}


/* TÍTULOS */

.footer-title {
    margin-bottom: 22px;

    color: #fff;

    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}


/* NAVEGACIÓN */

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-nav a,
.footer-contact a {
    color: rgba(255,255,255,.72);
    text-decoration: none;

    transition: color .2s ease;
}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-legal a:hover {
    color: #fff;
}


/* CONTACTO */

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

    font-size: .9rem;
}

.footer-contact p {
    margin: 8px 0 0;
    line-height: 1.7;
    color: rgba(255,255,255,.55);
}

.footer-contact a:first-child {
    color: #fff;
    font-size: 1.25rem;
}

.footer-contact a:nth-child(2) {
    font-size: .82rem;
}


/* VOLVER ARRIBA */

.footer-top {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;

    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;

    color: #fff;
    text-decoration: none;

    font-size: 1.4rem;

    transition: all .25s ease;
}

.footer-top span {
    margin-top: 3px;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.footer-top:hover {
    background: #fff;
    color: #172a26;
}


/* PARTE INFERIOR */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin-top: 65px;
    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.12);

    font-size: .75rem;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.45);
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.footer-legal a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}


/* MOBILE */

@media (max-width: 991px) {

    .site-footer {
        padding-top: 60px;
    }

    .footer-top {
        width: auto;
        height: auto;
        border: 0;
        border-radius: 0;

        flex-direction: row;
        gap: 8px;
    }

    .footer-top span {
        font-size: .7rem;
    }

}


@media (max-width: 575px) {

    .footer-logo {
        height: 48px;
        max-width: 230px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        margin-top: 45px;
    }

    .footer-legal {
        gap: 15px;
    }

}

/* molasl legales */ 
/* =========================================
   MODALES LEGALES
========================================= */

.legal-modal .modal-dialog {
    max-width: 950px;
}

.legal-modal .modal-content {
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0,0,0,.18);
}

.legal-modal .modal-header {
    padding: 35px 45px 25px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background: #f6f4ef;
}

.legal-modal .modal-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    color: var(--ink);
}

.legal-modal .modal-body {
    padding: 40px 45px 50px;
    color: var(--ink);
}

.legal-modal .modal-body h3 {
    margin-top: 35px;
    margin-bottom: 12px;

    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;

    color: var(--green);
}

.legal-modal .modal-body h3:first-child {
    margin-top: 0;
}

.legal-modal .modal-body p {
    font-size: .95rem;
    line-height: 1.8;
    color: #56615e;
}

.legal-modal .btn-close {
    margin: 0;
}


/* Fondo modal */

.modal-backdrop.show {
    opacity: .65;
}


/* MÓVIL */

@media (max-width: 575px) {

    .legal-modal .modal-dialog {
        margin: 15px;
    }

    .legal-modal .modal-header {
        padding: 25px 22px 20px;
    }

    .legal-modal .modal-title {
        font-size: 2.1rem;
    }

    .legal-modal .modal-body {
        padding: 28px 22px 35px;
    }

}

/* cooliks */ 
/* =========================================
   COOKIE BANNER
========================================= */

.cookie-banner {
    position: fixed;
    left: 25px;
    right: 25px;
    bottom: 25px;

    z-index: 9999;

    background: #172a26;
    color: #fff;

    padding: 25px 30px;

    border-radius: 8px;

    box-shadow: 0 20px 60px rgba(0,0,0,.25);

    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.cookie-info {
    max-width: 700px;
}

.cookie-title {
    margin: 0 0 6px;

    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 500;

    color: #fff;
}

.cookie-info p {
    margin: 0;

    font-size: .82rem;
    line-height: 1.6;

    color: rgba(255,255,255,.7);
}

.cookie-info a {
    color: #fff;
    text-decoration: underline;
}


/* BOTONES */

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 10px;

    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 17px;

    border-radius: 4px;

    font-family: "DM Sans", sans-serif;
    font-size: .78rem;
    font-weight: 500;

    cursor: pointer;

    transition: all .2s ease;
}

.cookie-btn-outline {
    background: transparent;

    border: 1px solid rgba(255,255,255,.4);

    color: #fff;
}

.cookie-btn-outline:hover {
    background: rgba(255,255,255,.1);
}

.cookie-btn-primary {
    background: #fff;

    border: 1px solid #fff;

    color: #172a26;
}

.cookie-btn-primary:hover {
    background: #e8ebe9;
}


/* =========================================
   CONFIGURACIÓN
========================================= */

.cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 25px 0;

    border-bottom: 1px solid rgba(0,0,0,.1);
}

.cookie-option strong {
    display: block;
    margin-bottom: 5px;

    color: var(--ink);
}

.cookie-option p {
    margin: 0 !important;
}

.cookie-required {
    flex-shrink: 0;

    font-size: .72rem;
    font-weight: 600;

    color: var(--green);
}

.cookie-config-actions {
    display: flex;
    justify-content: flex-end;

    gap: 10px;

    margin-top: 30px;
}


/* SWITCH */

.form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}


/* MOBILE */

@media (max-width: 767px) {

    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;

        padding: 22px;
    }

    .cookie-inner {
        flex-direction: column;
        align-items: stretch;

        gap: 20px;
    }

    .cookie-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-btn {
        width: 100%;
    }

    .cookie-btn-primary {
        grid-column: 1 / -1;
    }

    .cookie-option {
        align-items: flex-start;
    }

    .cookie-config-actions {
        flex-direction: column;
    }

    .cookie-config-actions .btn {
        width: 100%;
    }

}