/* ============================================================
   Yves Rocher Cookie Consent
   Culori: verde Yves Rocher + grafit
   ============================================================ */

.yves-rocher-cookie-banner,
.yves-rocher-cookie-modal {
  --yves-rocher-cc-primary: #014e2e;
  --yves-rocher-cc-primary-dark: #003b23;
  --yves-rocher-cc-primary-soft: #EEF5F1;
  --yves-rocher-cc-accent: #014e2e;
  --yves-rocher-cc-accent-dark: #003b23;
  --yves-rocher-cc-text: #2F2D2E;
  --yves-rocher-cc-muted: #6F6B6D;
  --yves-rocher-cc-border: #D5E3DC;
  --yves-rocher-cc-surface: #ffffff;
  --yves-rocher-cc-surface-soft: #F8FBF9;
  --yves-rocher-cc-shadow: 0 22px 60px rgba(1, 78, 46, .14);
  font-family: Inter, Arial, sans-serif;
  color: var(--yves-rocher-cc-text);
  line-height: 1.45;
}

.yves-rocher-cookie-banner *,
.yves-rocher-cookie-modal *,
.yves-rocher-cookie-inline-link,
.yves-rocher-cookie-inline-link * {
  box-sizing: border-box;
}

.yves-rocher-cookie-banner *,
.yves-rocher-cookie-modal *,
.yves-rocher-cookie-inline-link,
.yves-rocher-cookie-inline-link * {
  font-family: Inter, Arial, sans-serif !important;
}

.yves-rocher-cookie-banner[hidden],
.yves-rocher-cookie-modal[hidden],
.yves-rocher-cookie-details[hidden] {
  display: none !important;
}

html.yves-rocher-cookie-modal-open,
html.yves-rocher-cookie-modal-open body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.yves-rocher-cookie-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  vertical-align: middle;
}

/* Banner */
.yves-rocher-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 999999;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  width: min(740px, calc(100% - 32px));
  padding: 18px;
  background: var(--yves-rocher-cc-surface);
  border: 1px solid var(--yves-rocher-cc-border);
  border-radius: 16px;
  box-shadow: var(--yves-rocher-cc-shadow);
}

.yves-rocher-cookie-banner-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--yves-rocher-cc-primary);
  background: var(--yves-rocher-cc-primary-soft);
  border-radius: 13px;
}

.yves-rocher-cookie-banner-icon .yves-rocher-cookie-icon {
  width: 25px;
  height: 25px;
}

.yves-rocher-cookie-banner-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "description"
    "legal"
    "actions";
  align-items: start;
  column-gap: 0;
  row-gap: 0;
  min-width: 0;
  width: 100%;
}

.yves-rocher-cookie-banner-title {
  grid-area: title;
  margin: 0 0 4px;
  color: var(--yves-rocher-cc-text);
  font-size: 16px;
  font-weight: 750;
}

.yves-rocher-cookie-banner p {
  grid-area: description;
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.55;
}

.yves-rocher-cookie-banner-controls {
  grid-area: actions;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
  margin-top: 14px;
}

.yves-rocher-cookie-banner-legal-links {
  grid-area: legal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 7px 18px;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

.yves-rocher-cookie-banner-legal-link {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  min-width: 0;
  padding: 1px 0 !important;
  margin: 0 !important;
  color: #014e2e !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease;
}

.yves-rocher-cookie-banner-legal-link:hover {
  color: var(--yves-rocher-cc-primary-dark) !important;
  border-bottom-color: currentColor !important;
}

.yves-rocher-cookie-banner-legal-link:focus-visible {
  outline: 2px solid rgba(1, 78, 46, .22) !important;
  outline-offset: 2px;
}

.yves-rocher-cookie-banner-legal-link .yves-rocher-cookie-external-icon {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
}

.yves-rocher-cookie-banner-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 9px;
  white-space: nowrap;
}

.yves-rocher-cookie-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

/* Controale bazate pe span, izolate de stilurile temei */
.yves-rocher-cookie-action,
.yves-rocher-cookie-modal-close,
.yves-rocher-cookie-details-toggle,
.yves-rocher-cookie-inline-link {
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none !important;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.yves-rocher-cookie-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 14px !important;
  margin: 0 !important;
  color: var(--yves-rocher-cc-text) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.yves-rocher-cookie-action:hover {
  transform: translateY(-1px);
}

.yves-rocher-cookie-action:focus-visible,
.yves-rocher-cookie-modal-close:focus-visible,
.yves-rocher-cookie-details-toggle:focus-visible,
.yves-rocher-cookie-inline-link:focus-visible {
  outline: 3px solid rgba(1, 78, 46, .22) !important;
  outline-offset: 2px;
}

.yves-rocher-cookie-action-primary {
  color: #ffffff !important;
  background: var(--yves-rocher-cc-primary) !important;
  border-color: var(--yves-rocher-cc-primary) !important;
}

.yves-rocher-cookie-action-primary:hover {
  color: #ffffff !important;
  background: var(--yves-rocher-cc-primary-dark) !important;
  border-color: var(--yves-rocher-cc-primary-dark) !important;
  box-shadow: 0 8px 20px rgba(1, 78, 46, .22) !important;
}

.yves-rocher-cookie-action-secondary {
  color: #014e2e !important;
  background: #EEF5F1 !important;
  border-color: #014e2e !important;
}

.yves-rocher-cookie-action-secondary:hover {
  color: #ffffff !important;
  background: #014e2e !important;
  border-color: #014e2e !important;
}

.yves-rocher-cookie-action-ghost {
  color: #014e2e !important;
  background: #ffffff !important;
  border-color: #014e2e !important;
}

.yves-rocher-cookie-action-ghost:hover {
  color: #ffffff !important;
  background: var(--yves-rocher-cc-accent) !important;
  border-color: var(--yves-rocher-cc-accent) !important;
}

/* Modal */
.yves-rocher-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.yves-rocher-cookie-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 35, 33, .62);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.yves-rocher-cookie-modal-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(960px, 100%);
  max-height: min(900px, calc(100vh - 48px));
  overflow: auto;
  background: var(--yves-rocher-cc-surface);
  border: 1px solid var(--yves-rocher-cc-border);
  border-radius: 20px;
  box-shadow: 0 28px 90px rgba(1, 78, 46, .28);
  font-family: "Inter";
}

.yves-rocher-cookie-modal-header {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  background: linear-gradient(135deg, var(--yves-rocher-cc-primary-soft), #ffffff 70%);
  border-bottom: 1px solid var(--yves-rocher-cc-border);
}

.yves-rocher-cookie-modal-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-width: 0;
}

.yves-rocher-cookie-modal-heading-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #ffffff;
  background: var(--yves-rocher-cc-primary);
  border-radius: 12px;
}

.yves-rocher-cookie-modal-heading-icon .yves-rocher-cookie-icon {
  width: 22px;
  height: 22px;
}

.yves-rocher-cookie-modal-header h3 {
  margin: 0 0 3px !important;
  color: var(--yves-rocher-cc-text) !important;
  font-size: 19px !important;
  font-weight: 780 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.yves-rocher-cookie-modal-header p {
  margin: 0 !important;
  color: var(--yves-rocher-cc-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

.yves-rocher-cookie-modal-close {
  display: grid !important;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--yves-rocher-cc-muted) !important;
  background: #ffffff !important;
  border: 1px solid var(--yves-rocher-cc-border) !important;
  border-radius: 10px;
  box-shadow: none !important;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.yves-rocher-cookie-modal-close:hover {
  color: #ffffff !important;
  background: var(--yves-rocher-cc-accent) !important;
  border-color: var(--yves-rocher-cc-accent) !important;
}

.yves-rocher-cookie-modal-body {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 18px 22px;
  background: #FBFDFB;
}

/* Categorii */
.yves-rocher-cookie-category {
  overflow: hidden;
  background: var(--yves-rocher-cc-surface);
  border: 1px solid var(--yves-rocher-cc-border);
  border-radius: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.yves-rocher-cookie-category:hover {
  border-color: rgba(1, 78, 46, .38);
  box-shadow: 0 8px 24px rgba(1, 78, 46, .06);
}

.yves-rocher-cookie-category-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
  padding: 16px;
}

.yves-rocher-cookie-category-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--yves-rocher-cc-primary);
  background: var(--yves-rocher-cc-primary-soft);
  border-radius: 11px;
}

.yves-rocher-cookie-category-copy {
  min-width: 0;
}

.yves-rocher-cookie-category-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.yves-rocher-cookie-category h4 {
  margin: 0 !important;
  color: var(--yves-rocher-cc-text) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.yves-rocher-cookie-category p {
  margin: 0 !important;
  color: var(--yves-rocher-cc-muted) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  font-family: "Inter";
}

.yves-rocher-cookie-required-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  color: var(--yves-rocher-cc-primary-dark);
  font-size: 10px;
  font-weight: 750;
  background: var(--yves-rocher-cc-primary-soft);
  border-radius: 999px;
}

.yves-rocher-cookie-required-badge .yves-rocher-cookie-icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}

.yves-rocher-cookie-details-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-top: 9px !important;
  padding: 0 !important;
  color: var(--yves-rocher-cc-primary-dark) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.yves-rocher-cookie-details-toggle:hover {
  color: var(--yves-rocher-cc-accent-dark) !important;
}

.yves-rocher-cookie-details-toggle .yves-rocher-cookie-icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

.yves-rocher-cookie-details-toggle .yves-rocher-cookie-chevron {
  transition: transform .2s ease;
}

.yves-rocher-cookie-details-toggle.is-open .yves-rocher-cookie-chevron {
  transform: rotate(180deg);
}

/* Switch */
.yves-rocher-cookie-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  flex: 0 0 48px;
  margin-top: 5px;
}

.yves-rocher-cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.yves-rocher-cookie-switch-track {
  position: absolute;
  inset: 0;
  background: #D5E3DC;
  border: 1px solid #C9DAD1;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}

.yves-rocher-cookie-switch-track::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(23, 46, 43, .22);
  transition: transform .2s ease;
}

.yves-rocher-cookie-switch input:checked + .yves-rocher-cookie-switch-track {
  background: var(--yves-rocher-cc-primary);
  border-color: var(--yves-rocher-cc-primary);
}

.yves-rocher-cookie-switch input:checked + .yves-rocher-cookie-switch-track::before {
  transform: translateX(22px);
}

.yves-rocher-cookie-switch input:focus-visible + .yves-rocher-cookie-switch-track {
  outline: 3px solid rgba(1, 78, 46, .22);
  outline-offset: 2px;
}

.yves-rocher-cookie-switch input:disabled + .yves-rocher-cookie-switch-track {
  cursor: not-allowed;
  opacity: .78;
}

/* Dropdown details */
.yves-rocher-cookie-details {
  padding: 0 16px 16px;
  border-top: 1px solid var(--yves-rocher-cc-border);
  animation: yvesRocherCookieReveal .18s ease;
}

@keyframes yvesRocherCookieReveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.yves-rocher-cookie-details-note,
.yves-rocher-cookie-catalog-footnote {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--yves-rocher-cc-muted);
  font-size: 12px;
  line-height: 1.5;
  font-family: "Inter";
}

.yves-rocher-cookie-details-note {
  margin: 12px 0 10px;
  padding: 9px 10px;
  background: var(--yves-rocher-cc-surface-soft);
  border-radius: 9px;
}

.yves-rocher-cookie-details-note .yves-rocher-cookie-icon,
.yves-rocher-cookie-catalog-footnote .yves-rocher-cookie-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  margin-top: 1px;
  color: var(--yves-rocher-cc-primary);
}

.yves-rocher-cookie-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--yves-rocher-cc-border);
  border-radius: 10px;
}

.yves-rocher-cookie-table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: auto;
  background: #ffffff;
}

.yves-rocher-cookie-table th,
.yves-rocher-cookie-table td {
  padding: 9px 10px !important;
  color: var(--yves-rocher-cc-text) !important;
  font-size: 10.5px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  vertical-align: top !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #EAF2EE !important;
}

.yves-rocher-cookie-table th {
  color: #014e2e !important;
  font-weight: 750 !important;
  white-space: nowrap;
  background: var(--yves-rocher-cc-surface-soft) !important;
}

.yves-rocher-cookie-table tr:last-child td {
  border-bottom: 0 !important;
}

.yves-rocher-cookie-table tbody tr:hover td {
  background: #FBFDFB !important;
}

.yves-rocher-cookie-table code {
  display: inline-block;
  padding: 2px 5px;
  color: var(--yves-rocher-cc-primary-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  background: var(--yves-rocher-cc-primary-soft);
  border-radius: 5px;
  white-space: nowrap;
}

.yves-rocher-cookie-catalog-footnote {
  padding: 11px 12px;
  background: #F4F9F6;
  border: 1px solid rgba(1, 78, 46, .18);
  border-radius: 10px;
}

.yves-rocher-cookie-catalog-footnote .yves-rocher-cookie-icon {
  color: var(--yves-rocher-cc-accent-dark);
}

.yves-rocher-cookie-modal-footer {
  flex: 0 0 auto;
  padding: 15px 22px;
  background: #ffffff;
  border-top: 1px solid var(--yves-rocher-cc-border);
}

/* Link pentru shortcode */
.yves-rocher-cookie-inline-link {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  color: #014e2e !important;
  font: inherit !important;
  font-weight: 700 !important;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}

.yves-rocher-cookie-inline-link .yves-rocher-cookie-icon {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

/* Responsive */
@media (max-width: 1100px) {
  .yves-rocher-cookie-banner-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "description"
      "legal"
      "actions";
    align-items: start;
  }

  .yves-rocher-cookie-banner-controls {
    justify-content: flex-start;
    width: 100%;
    margin-top: 12px;
  }

  .yves-rocher-cookie-banner-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }

  .yves-rocher-cookie-banner-legal-links {
    max-width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .yves-rocher-cookie-banner-actions {
    width: 100%;
  }

  .yves-rocher-cookie-banner-actions .yves-rocher-cookie-action {
    flex: 1 1 150px;
  }

  .yves-rocher-cookie-banner-legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .yves-rocher-cookie-banner {
    bottom: 12px;
    width: calc(100% - 20px);
    padding: 14px;
    gap: 11px;
    border-radius: 14px;
  }

  .yves-rocher-cookie-banner {
    grid-template-columns: minmax(0, 1fr);
  }

  .yves-rocher-cookie-banner-icon {
    display: none;
  }

  .yves-rocher-cookie-banner-title {
    font-size: 14px;
  }

  .yves-rocher-cookie-banner p {
    font-size: 11.5px;
  }

  .yves-rocher-cookie-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .yves-rocher-cookie-banner-actions .yves-rocher-cookie-action {
    width: 100%;
    flex: 0 0 auto;
  }

  .yves-rocher-cookie-banner-legal-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: 8px;
    padding-top: 0;
  }

  .yves-rocher-cookie-banner-legal-link {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  .yves-rocher-cookie-modal {
    /*
     * 100vh pe iOS/Chrome include frecvent barele browserului.
     * Valorile sunt sincronizate din visualViewport în script.js.
     */
    inset: auto;
    top: var(--yves-rocher-cc-viewport-top, 0px);
    left: var(--yves-rocher-cc-viewport-left, 0px);
    width: var(--yves-rocher-cc-viewport-width, 100vw);
    height: var(--yves-rocher-cc-viewport-height, 100dvh);
    min-height: 0;
    padding-top: max(8px, env(safe-area-inset-top));
    padding-right: max(8px, env(safe-area-inset-right));
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    padding-left: max(8px, env(safe-area-inset-left));
    place-items: stretch center;
    overflow: hidden;
  }

  .yves-rocher-cookie-modal-content {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow: scroll;
    border-radius: 15px;
  }

  .yves-rocher-cookie-modal-header {
    flex: 0 0 auto;
  }

  .yves-rocher-cookie-modal-body {
    flex: 1 1 auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
  }

  .yves-rocher-cookie-modal-footer {
    flex: 0 0 auto;
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }

  .yves-rocher-cookie-modal-header,
  .yves-rocher-cookie-modal-body,
  .yves-rocher-cookie-modal-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .yves-rocher-cookie-modal-header h3 {
    font-size: 16px !important;
  }

  .yves-rocher-cookie-modal-heading-icon {
    display: none;
  }

  .yves-rocher-cookie-category-main {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 13px;
  }

  .yves-rocher-cookie-switch {
    grid-column: 2;
    grid-row: 2;
    margin-top: 9px;
  }

  .yves-rocher-cookie-details {
    padding-left: 12px;
    padding-right: 12px;
  }

  .yves-rocher-cookie-modal-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .yves-rocher-cookie-modal-footer .yves-rocher-cookie-action {
    width: 100%;
  }
}

/* Documente legale Yves Rocher */
.yves-rocher-cookie-legal-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.yves-rocher-cookie-legal-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 42px;
  padding: 9px 12px !important;
  color: #014e2e !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  text-align: center;
  text-decoration: none !important;
  background: #EEF5F1 !important;
  border: 1px solid rgba(1, 78, 46, .32) !important;
  border-radius: 10px;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.yves-rocher-cookie-legal-link:hover {
  color: #ffffff !important;
  background: #014e2e !important;
  border-color: #014e2e !important;
  transform: translateY(-1px);
}
.yves-rocher-cookie-legal-link:focus-visible {
  outline: 3px solid rgba(1, 78, 46, .28);
  outline-offset: 2px;
}

.yves-rocher-cookie-legal-link .yves-rocher-cookie-external-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@media (max-width: 760px) {
  .yves-rocher-cookie-legal-links {
    grid-template-columns: 1fr;
  }

  .yves-rocher-cookie-legal-link {
    justify-content: space-between;
    text-align: left;
  }
}


/* ID consimtamant / audit */
.yves-rocher-cookie-consent-id{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--yves-rocher-cc-border);border-radius:10px;background:#F8FBF9;color:#6F6B6D;font-size:12px;}.yves-rocher-cookie-consent-id svg{width:14px;height:14px;flex:0 0 14px;color:var(--yves-rocher-cc-primary)}.yves-rocher-cookie-consent-id code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#014e2e;font:600 12px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:transparent;padding:0}
