/* Pastell shared chrome: WhatsApp FAB, blog header offset */
.pastell-whatsapp-fab {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 999999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-family: Manrope, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pastell-whatsapp-fab:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.pastell-whatsapp-fab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.pastell-whatsapp-fab__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

body.pastell-blog {
  font-family: Manrope, "Open Sans", sans-serif;
}

body.pastell-blog #fl-header,
body.pastell-blog #fl-footer {
  display: none !important;
}

body.pastell-blog header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
}

/* Mobil menü — blogda tıklanabilirlik ve katman sırası */
body.pastell-blog .hamburger-menu {
  position: relative;
  z-index: 100001;
  flex-shrink: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

body.pastell-blog .menu-mobile-iori {
  z-index: 100000;
}

body.pastell-blog .overlay {
  z-index: 99998 !important;
}

body.pastell-blog.pastell-menu-open {
  overflow: hidden;
}

body.pastell-blog #fl-blog-container {
  padding-top: 132px;
}

@media (max-width: 1279.98px) {
  body.pastell-blog #fl-blog-container {
    padding-top: 72px;
  }
}

body.pastell-blog.green-bar-hidden #fl-blog-container {
  padding-top: 96px;
}

@media (max-width: 1279.98px) {
  body.pastell-blog.green-bar-hidden #fl-blog-container {
    padding-top: 72px;
  }
}

body.pastell-blog .global-footer {
  margin-top: 0;
}

body.pastell-blog .global-footer a {
  text-decoration: none;
}

body.pastell-blog .global-footer a:hover {
  color: var(--color-success, #3cd278);
}

/* GEO sayfaları — hero gradient (tailwind build’de olmayan sınıflar yerine) */
.pastell-geo-hero {
  background: linear-gradient(135deg, #024430 0%, #00626e 52%, #06d6a0 100%);
}

.pastell-geo-page .geo-article-content h2 {
  color: #024430;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 2rem 0 1rem;
}

.pastell-geo-page .geo-article-content h3 {
  color: #00626e;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 1.5rem 0 0.75rem;
}

/* Analysis / form pages — fixed header offset + banner card overlap */
.pastell-analysis-page .pastell-analysis-section,
section.pastell-analysis-section {
  padding-top: 72px;
}

@media (min-width: 1280px) {
  .pastell-analysis-page .pastell-analysis-section,
  section.pastell-analysis-section {
    padding-top: 132px;
  }
}

body.green-bar-hidden .pastell-analysis-page .pastell-analysis-section,
body.green-bar-hidden section.pastell-analysis-section {
  padding-top: 72px;
}

@media (min-width: 1280px) {
  body.green-bar-hidden .pastell-analysis-page .pastell-analysis-section,
  body.green-bar-hidden section.pastell-analysis-section {
    padding-top: 96px;
  }
}

.pastell-analysis-banner-wrap {
  max-height: 88px;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .pastell-analysis-banner-wrap {
    max-height: 140px;
  }
}

@media (min-width: 1280px) {
  .pastell-analysis-banner-wrap {
    max-height: 168px;
  }
}

.pastell-analysis-banner {
  width: 100%;
  height: 100%;
  min-height: 88px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (min-width: 768px) {
  .pastell-analysis-banner {
    min-height: 140px;
  }
}

@media (min-width: 1280px) {
  .pastell-analysis-banner {
    min-height: 168px;
  }
}

.pastell-analysis-card-overlap {
  margin-top: -1.25rem;
}

@media (min-width: 768px) {
  .pastell-analysis-card-overlap {
    margin-top: -3.5rem;
  }
}

@media (min-width: 1280px) {
  .pastell-analysis-card-overlap {
    margin-top: -4.5rem;
  }
}

/* Footer üstü CTA bandı */
.pastell-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pastell-cta-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pastell-cta-band__btn--primary {
  background: #024430;
  color: #fde428;
}

.pastell-cta-band__btn--primary:hover {
  background: #00626e;
  color: #fde428;
}

.pastell-cta-band__btn--outline {
  border: 2px solid #024430;
  color: #024430;
  background: #fff;
}

.pastell-cta-band__btn--outline:hover {
  background: #024430;
  color: #fde428;
}

.pastell-cta-band__btn--soft {
  background: #fff;
  color: #024430;
  border: 1px solid #e5e7eb;
}

.pastell-cta-band__btn--soft:hover {
  border-color: #024430;
  color: #00626e;
}

/* Google Forms embed (SEO/GEO teklif sayfaları) */
.pastell-google-form-embed {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e8ecef;
  background: #fff;
  box-shadow: 0 4px 24px rgba(2, 68, 48, 0.06);
}

.pastell-google-form-embed__iframe {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 80vh;
  min-height: 560px;
  max-height: 1600px;
  border: 0;
  background: #fff;
}

@media (min-width: 768px) {
  .pastell-google-form-embed__iframe {
    height: 1300px;
    max-height: none;
  }
}

.pastell-teklif-page {
  padding-top: 72px;
  padding-bottom: 4rem;
  overflow-x: hidden;
}

.pastell-teklif-page .pastell-teklif-form-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.pastell-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pastell-teklif-php-form .kontaktformular {
  max-width: 100%;
}

/* Sayfa içeriği — CMS prose */
.pastell-prose {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pastell-prose__h2,
.pastell-prose h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.35;
  color: #024430;
  letter-spacing: -0.02em;
}

.pastell-prose__h3,
.pastell-prose h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #024430;
}

.pastell-prose__p,
.pastell-prose__li,
.pastell-prose p,
.pastell-prose li {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  color: #4b5563;
}

.pastell-prose__ul {
  list-style: disc;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pastell-prose__strong {
  font-weight: 700;
  color: #024430;
}

/* Biz Kimiz / kurumsal sayfa */
.pastell-about-page {
  font-family: Manrope, "Open Sans", sans-serif;
  background: #fff;
}

.pastell-about-hero {
  margin-top: 0;
  background: linear-gradient(135deg, #024430 0%, #035a48 48%, #00626e 100%);
  color: #fff;
}

.pastell-about-hero .pastell-about-hero__inner {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .pastell-about-hero .pastell-about-hero__inner {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

.pastell-about-hero .pastell-about-hero__badge,
.pastell-about-hero span.inline-block {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(253, 228, 40, 0.16);
  color: #fde428 !important;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.pastell-about-hero h1,
.pastell-about-hero .text-second-brand {
  color: #fff !important;
  font-family: Manrope, "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pastell-about-hero p,
.pastell-about-hero .text-gray-0\/90 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.pastell-about-hero .pastell-about-hero__actions,
.pastell-about-hero .flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 0.25rem;
}

.pastell-about-hero a.bg-second-brand,
.pastell-about-hero .pastell-about-hero__btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border-radius: 0.5rem;
  background: #fde428 !important;
  color: #024430 !important;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pastell-about-hero a.bg-second-brand:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.pastell-about-hero a.border-second-brand,
.pastell-about-hero .pastell-about-hero__btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  border: 2px solid #fde428 !important;
  color: #fde428 !important;
  background: transparent !important;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pastell-about-hero a.border-second-brand:hover {
  background: rgba(253, 228, 40, 0.12) !important;
  color: #fff !important;
}

.pastell-about-stats {
  background: #f8fafb;
  border-bottom: 1px solid #e8ecef;
}

.pastell-about-stats .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .pastell-about-stats .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.pastell-about-stats .grid > div {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 0.875rem;
  padding: 1.5rem 1rem;
  text-align: center;
}

.pastell-about-stats .text-header-2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.15;
  font-weight: 800;
  color: #024430 !important;
  margin: 0 0 0.35rem;
}

.pastell-about-stats .text-gray-500 {
  color: #6b7280 !important;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
}

.pastell-about-page [aria-labelledby="about-services-heading"] h2,
.pastell-about-page [aria-labelledby="core-values-title"] h2 {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  line-height: 1.3;
  font-weight: 800;
  color: #024430 !important;
  letter-spacing: -0.02em;
}

.pastell-about-page [aria-labelledby="about-services-heading"] .grid > a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 0.875rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pastell-about-page [aria-labelledby="about-services-heading"] .grid > a:hover {
  border-color: #024430;
  box-shadow: 0 10px 24px rgba(2, 68, 48, 0.08);
  transform: translateY(-2px);
}

.pastell-about-page [aria-labelledby="about-services-heading"] .grid > a h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #024430 !important;
  margin: 0 0 0.5rem;
}

.pastell-about-page [aria-labelledby="about-services-heading"] .grid > a p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4b5563 !important;
  margin: 0;
}

.pastell-about-values .grid > div {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 0.875rem;
  padding: 1.5rem;
}

.pastell-about-values .grid > div h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #024430 !important;
  margin: 0 0 0.5rem;
}

.pastell-about-values .grid > div p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4b5563 !important;
  margin: 0;
}

.pastell-about-cta__box {
  border-radius: 1rem;
  background: linear-gradient(135deg, #024430 0%, #00626e 100%);
  padding: 2.5rem 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .pastell-about-cta__box {
    padding: 3.5rem 3rem;
  }
}

.pastell-about-cta__box h2,
.pastell-about-cta__box .text-second-brand {
  color: #fde428 !important;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 1rem;
}

.pastell-about-cta__box p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.pastell-about-cta__box .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}

.pastell-about-cta__box a.bg-second-brand {
  background: #fde428 !important;
  color: #024430 !important;
  padding: 0.9rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-decoration: none;
}

.pastell-about-cta__box a.border-second-brand {
  border: 2px solid #fde428 !important;
  color: #fde428 !important;
  background: transparent !important;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-decoration: none;
}

.pastell-page-faq {
  background: #fff;
}

.pastell-page-faq h2 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #024430 !important;
  margin: 0 0 1.5rem;
}

.pastell-page-faq .space-y-3,
.pastell-page-faq > div > div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pastell-page-faq details {
  border: 1px solid #e8ecef;
  border-radius: 0.875rem;
  padding: 1rem 1.125rem;
  background: #fff;
}

.pastell-page-faq summary {
  font-weight: 700;
  color: #024430 !important;
  cursor: pointer;
  list-style: none;
}

.pastell-page-faq summary::-webkit-details-marker {
  display: none;
}

.pastell-page-faq details p {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4b5563 !important;
}

/* SSS sekmeleri — ilk panel varsayılan açık (JS yüklenene kadar) */
.tabContents > .tabBox:first-child {
  display: block;
}

.tabAskedQuestions li.active a {
  background: #024430 !important;
  border-color: #024430 !important;
}

.tabAskedQuestions li.active a span,
.tabAskedQuestions li.active a svg {
  color: #fde428 !important;
}

.accordionQuestionsWrap .accordion {
  cursor: pointer;
  user-select: none;
}

.accordionQuestionsWrap .accordionBox {
  display: none;
}

.accordionQuestionsWrap .accordion.active + .accordionBox {
  display: block;
}

@media (min-width: 1280px) {
  .pastell-about-page .pastell-page-faq {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .pastell-teklif-page {
    padding-top: 96px;
  }
}

/* Ücretsiz analiz modalı */
.pastell-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pastell-contact-modal.hidden {
  display: none !important;
}

body.pastell-contact-modal-open {
  overflow: hidden;
}

.pastell-contact-modal__backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(11, 11, 11, 0.62);
  cursor: pointer;
}

.pastell-contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 42rem;
  margin: 1.5rem auto 2rem;
}

.pastell-contact-modal__panel {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e8ecef;
  box-shadow: 0 24px 48px rgba(2, 68, 48, 0.18);
  overflow: hidden;
}

.pastell-contact-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  border-bottom: 1px solid #e8ecef;
  background: #fff;
}

.pastell-contact-modal__title {
  margin: 0;
  font-family: Manrope, "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
  color: #024430;
}

.pastell-contact-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.pastell-contact-modal__close:hover {
  color: #dc2626;
  background: #fef2f2;
}

.pastell-contact-modal__body {
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}

.pastell-contact-modal .kontaktformular {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 1rem 1.25rem 1.25rem !important;
}

@media (min-width: 640px) {
  .pastell-contact-modal__dialog {
    margin-top: 2.5rem;
  }

  .pastell-contact-modal .kontaktformular {
    padding: 1.25rem 1.5rem 1.5rem !important;
  }
}

@media (max-width: 639.98px) {
  .pastell-contact-modal .kontaktformular .row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }

  .pastell-contact-modal .kontaktformular .row .col-sm-4 {
    margin: 0 0 1rem;
    width: 100%;
    flex-basis: auto;
  }
}

.pastell-contact-modal .pastell-kvkk-row {
  margin: 1rem 0 0.5rem;
  padding: 0;
  background: none !important;
}

.pastell-contact-modal .pastell-kvkk-label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
  font-family: Manrope, "Open Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #4b5563;
}

.pastell-contact-modal .pastell-kvkk-label input[type="checkbox"],
.pastell-kvkk-row .pastell-kvkk-label input.pastell-kvkk-consent-input {
  margin-top: 0.15rem;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
  accent-color: #024430;
  cursor: pointer;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  background: transparent !important;
  background-image: none !important;
  border: 0;
  box-shadow: none;
}

.pastell-kvkk-row .pastell-kvkk-label input.pastell-kvkk-consent-input:not(:checked),
.pastell-kvkk-row .pastell-kvkk-label input.pastell-kvkk-consent-input:checked,
.pastell-contact-modal .pastell-kvkk-label input.pastell-kvkk-consent-input:not(:checked),
.pastell-contact-modal .kontaktformular .pastell-kvkk-row input.pastell-kvkk-consent-input:not(:checked) {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
}

.pastell-kvkk-row .pastell-kvkk-label input[type="checkbox"] {
  accent-color: #024430;
}

.pastell-contact-modal .pastell-kvkk-label__text a {
  color: #024430;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pastell-kvkk-row .pastell-kvkk-label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}


.pastell-kvkk-row .pastell-kvkk-label__text a,
.pastell-kvkk-policy-link {
  color: #024430;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.pastell-kvkk-row .pastell-kvkk-label input.pastell-kvkk-consent-input {
  position: relative;
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
  flex-shrink: 0;
}

/* Çerez onay bandı */
.pastell-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  padding: 0.75rem;
  pointer-events: none;
}

.pastell-cookie-banner.hidden {
  display: none !important;
}

.pastell-cookie-banner__inner {
  pointer-events: auto;
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #e8ecef;
  border-radius: 0.75rem;
  box-shadow: 0 -8px 32px rgba(2, 68, 48, 0.1);
  backdrop-filter: blur(8px);
}

.pastell-cookie-banner__text {
  flex: 1 1 18rem;
  min-width: 0;
}

.pastell-cookie-banner__title {
  margin: 0 0 0.35rem;
  font-family: Manrope, "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #024430;
}

.pastell-cookie-banner__desc {
  margin: 0;
  font-family: Manrope, "Open Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #4b5563;
}

.pastell-cookie-banner__desc a {
  color: #024430;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pastell-cookie-banner__desc a:hover {
  color: #00626e;
}

.pastell-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  flex-shrink: 0;
}

.pastell-cookie-banner__btn {
  font-family: Manrope, "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.125rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pastell-cookie-banner__btn--primary {
  border: 1px solid #024430;
  background: #024430;
  color: #fde428;
}

.pastell-cookie-banner__btn--primary:hover {
  background: #00626e;
  border-color: #00626e;
}

.pastell-cookie-banner__btn--outline {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
}

.pastell-cookie-banner__btn--outline:hover {
  border-color: #024430;
  color: #024430;
}

.pastell-cookie-settings-link {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
}

.pastell-cookie-settings-link:hover {
  color: #024430;
  text-decoration: underline;
}

@media (max-width: 639.98px) {
  .pastell-cookie-banner__inner {
    padding: 1rem;
  }

  .pastell-cookie-banner__actions {
    width: 100%;
  }

  .pastell-cookie-banner__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

