@charset "UTF-8";
.logged-in .dpdpa--popup-sidebar {
  top: 32px;
}

.dpdpa--popup {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 16px 32px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.6;
  font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  z-index: 9999999997;
  transition: 1s all;
}
.dpdpa--popup .container {
  max-width: 1200px;
  margin: auto;
}
.dpdpa--popup-container {
  display: flex;
  position: relative;
}
.dpdpa--popup.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* Popup effect: default keeps the legacy slide-up behaviour */
.dpdpa--popup.pdpa-snru-effect-fade {
  transform: none;
}
.dpdpa--popup.pdpa-snru-effect-fade.active {
  transform: none;
}

.dpdpa--popup.pdpa-snru-effect-bottom-top-fade {
  opacity: 0;
}
.dpdpa--popup.pdpa-snru-effect-bottom-top-fade.active {
  opacity: 1;
}

/* Popup mode & layout: classes live on .dpdpa--popup (theme-independent; body may also duplicate via body_class). */
.dpdpa--popup.pdpa-snru-mode-minimalist {
  padding: 10px 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 -6px 20px rgba(0, 0, 0, 0.05);
  transition: 0.35s ease-out;
}
.dpdpa--popup.pdpa-snru-mode-minimalist .dpdpa--popup-text p {
  font-size: 13px;
}

.dpdpa--popup.pdpa-snru-mode-minimalist a.dpdpa--popup-button {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
}

.dpdpa--popup.pdpa-snru-mode-cutie {
  padding: 18px 16px 20px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.12);
  transition: 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.dpdpa--popup.pdpa-snru-mode-cutie a.dpdpa--popup-button {
  border-radius: 999px;
}

.dpdpa--popup.pdpa-snru-mode-cutie .dpdpa--popup-button-group {
  padding-right: 24px;
}

.dpdpa--popup.pdpa-snru-mode-force {
  padding: 16px 15px;
  border-top: 4px solid #1a1a1a;
  box-shadow: 0 -16px 56px rgba(0, 0, 0, 0.22);
  transition: 0.55s ease-out;
}
.dpdpa--popup.pdpa-snru-mode-force .dpdpa--popup-text p {
  font-size: 15px;
  font-weight: 500;
}

.dpdpa--popup.pdpa-snru-mode-force a.dpdpa--popup-button {
  padding: 10px 22px;
  font-size: 14px;
}

/* Popup layout — layout 1 = default full bottom bar */
.dpdpa--popup.pdpa-snru-layout-2 {
  top: 0;
  bottom: auto;
  transform: translateY(-100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
}
.dpdpa--popup.pdpa-snru-layout-2.active {
  transform: translateY(0);
}

.dpdpa--popup.pdpa-snru-layout-3 {
  left: 50%;
  right: auto;
  width: calc(100% - 48px);
  max-width: 720px;
  bottom: 20px;
  transform: translate(-50%, calc(100% + 40px));
}
.dpdpa--popup.pdpa-snru-layout-3.active {
  transform: translate(-50%, 0);
}

.dpdpa--popup.pdpa-snru-layout-4 {
  top: 20px;
  bottom: auto;
  left: 50%;
  right: auto;
  width: calc(100% - 48px);
  max-width: 720px;
  transform: translate(-50%, calc(-100% - 40px));
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.dpdpa--popup.pdpa-snru-layout-4.active {
  transform: translate(-50%, 0);
}

.dpdpa--popup.pdpa-snru-layout-5 {
  left: auto;
  right: auto;
  width: calc(100% - 32px);
  max-width: 420px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  bottom: 20px;
  top: auto;
  right: 16px;
  transform: translateY(120%);
}
.dpdpa--popup.pdpa-snru-layout-5.active {
  transform: translateY(0);
}

.dpdpa--popup.pdpa-snru-layout-6 {
  left: auto;
  right: auto;
  width: calc(100% - 32px);
  max-width: 420px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  top: 20px;
  bottom: auto;
  right: 16px;
  transform: translateY(-120%);
}
.dpdpa--popup.pdpa-snru-layout-6.active {
  transform: translateY(0);
}

.dpdpa--popup.pdpa-snru-layout-7 {
  left: auto;
  right: auto;
  width: calc(100% - 32px);
  max-width: 420px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  bottom: 20px;
  top: auto;
  left: 16px;
  transform: translateY(120%);
}
.dpdpa--popup.pdpa-snru-layout-7.active {
  transform: translateY(0);
}

.dpdpa--popup.pdpa-snru-layout-8 {
  left: auto;
  right: auto;
  width: calc(100% - 32px);
  max-width: 420px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  top: 20px;
  bottom: auto;
  left: 16px;
  transform: translateY(-120%);
}
.dpdpa--popup.pdpa-snru-layout-8.active {
  transform: translateY(0);
}

.dpdpa--popup.pdpa-snru-layout-9 {
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dpdpa--popup-settings {
  display: inline-block;
  margin-right: 20px;
}

.dpdpa--popup-text {
  display: flex;
  align-items: center;
  padding-right: 2em;
  flex-grow: 1;
}
.dpdpa--popup-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}
.dpdpa--popup-text a {
  display: inline-block;
  margin: 0 1px;
  color: #3860BE;
  font-weight: 500;
}
.dpdpa--popup-text a:hover {
  text-decoration: underline;
  color: rgb(44.3902439024, 76.0975609756, 150.6097560976);
}

.dpdpa--popup-button-group {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.dpdpa--popup-button-group a {
  margin-right: 15px;
}
.dpdpa--popup-button-group a:last-child {
  margin-right: 0;
}

a.dpdpa--popup-button {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  background-color: #3860BE;
  color: #fff;
  text-decoration: none;
  clear: both;
  white-space: nowrap;
}
a.dpdpa--popup-button:hover, a.dpdpa--popup-button:visited {
  color: #fff;
  text-decoration: none;
  background-color: rgb(50.1951219512, 86.0487804878, 170.3048780488);
  transition: 0.2 all;
}

.dpdpa--popup-bg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 9999999998;
  transition: 0.4s all;
  cursor: pointer;
}
.dpdpa--popup-bg.active {
  visibility: visible;
  opacity: 1;
}

.dpdpa--popup-sidebar {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Sarabun", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  z-index: 9999999999;
  transition: 0.4s all;
  transform: translateX(-400px);
}
.dpdpa--popup-sidebar.active {
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

/* Sidebar layout: classes on .dpdpa--popup-sidebar */
.dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-2 {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-2.active {
  transform: translateX(0);
}

.dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-3 {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 92%;
  max-width: 480px;
  max-height: 85vh;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%) scale(0.96);
}
.dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-3.active {
  transform: translate(-50%, -50%) scale(1);
}

.dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-3 .dpdpa--popup-sidebar-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  max-height: calc(85vh - 72px);
}

.logged-in .dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-3 {
  top: 50%;
}

@media only screen and (max-width: 782px) {
  .logged-in .dpdpa--popup-sidebar.pdpa-snru-sidebar-layout-3 {
    top: 50%;
  }
}
.dpdpa--popup-close:before,
.dpdpa--popup-settings-close:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/close.svg") no-repeat 0 0;
  background-size: cover;
}
.dpdpa--popup-close:hover:before,
.dpdpa--popup-settings-close:hover:before {
  width: 10px;
  height: 10px;
  background: url("../images/close.svg") no-repeat 0 0;
  background-size: cover;
}

.dpdpa--popup-close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  align-items: center;
  margin-left: 20px;
}

.dpdpa--popup-settings-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  margin: 0 16px 0 auto;
  z-index: 2;
  transform: none;
  top: auto;
  right: auto;
}

.dpdpa--popup-sidebar-container {
  line-height: 1.7;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 16px 20px;
  overflow-y: auto;
}

.dpdpa--popup-sidebar-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  height: 54px;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
  box-sizing: border-box;
  z-index: 9999;
}

.dpdpa--popup-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-left: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #222;
}
.dpdpa--popup-back::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.dpdpa--popup-logo {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 54px;
  height: auto;
  padding: 6px 8px 6px 8px;
  border-bottom: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.dpdpa--popup-logo img {
  display: block;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.dpdpa--popup-heading {
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-top: 0;
}

.dpdpa--popup-title-main,
.dpdpa--popup-title-detail {
  display: -webkit-box;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dpdpa--popup-view[hidden] {
  display: none !important;
}

.dpdpa--popup-sidebar [hidden] {
  display: none !important;
}

.dpdpa--popup-view.is-active {
  animation-duration: 0.24s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.dpdpa--popup-sidebar-container.is-animating-forward .dpdpa--popup-view.is-active {
  animation-name: pdpa-snru-slide-in-forward;
}

.dpdpa--popup-sidebar-container.is-animating-back .dpdpa--popup-view.is-active {
  animation-name: pdpa-snru-slide-in-back;
}

@keyframes pdpa-snru-slide-in-forward {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pdpa-snru-slide-in-back {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.dpdpa--popup-section {
  padding-bottom: 16px;
}
.dpdpa--popup-section em {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #1f2937;
}
.dpdpa--popup-section p {
  font-size: 14px;
  line-height: 1.65;
  margin: 10px 0 14px;
  color: #4b5563;
}
.dpdpa--popup-section .dpdpa--popup-button {
  margin-top: 12px;
}
.dpdpa--popup-section.intro {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 14px;
}
.dpdpa--popup-section.list {
  margin-top: 14px;
}

.dpdpa--popup-list {
  padding: 0;
  margin: 12px 0 0 0;
}
.dpdpa--popup-list li {
  list-style: none;
  margin-top: 10px;
}
.dpdpa--popup-list li:first-child {
  margin-top: 0;
}
.dpdpa--popup-list p {
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 10px;
}

.dpdpa--cookie-detail-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0 0 2px;
  border: 0;
  background: transparent;
  color: #3860BE;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}
.dpdpa--cookie-detail-toggle:hover {
  color: rgb(46.712195122, 80.0780487805, 158.487804878);
}
.dpdpa--cookie-detail-toggle:focus-visible {
  outline: 2px solid rgba(56, 96, 190, 0.28);
  outline-offset: 2px;
  border-radius: 4px;
}
.dpdpa--cookie-detail-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}
.dpdpa--cookie-detail-toggle[aria-expanded=true]::after {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.dpdpa--cookie-detail-card {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 8px;
}

.dpdpa--cookie-detail-card-standalone {
  margin-top: 8px;
}

.dpdpa--cookie-detail-grid {
  display: grid;
  grid-template-columns: minmax(72px, 96px) minmax(0, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
  align-items: start;
}

.dpdpa--cookie-detail-label {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #2f2f2f;
}

.dpdpa--cookie-detail-value {
  min-width: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  word-break: break-word;
}

.dpdpa--popup-header {
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #1f2937;
}

.dpdpa--popup-action {
  padding-left: 10px;
  padding-top: 2px;
  text-align: right;
  flex-grow: 1;
}
.dpdpa--popup-action.text {
  padding-top: 0;
  white-space: nowrap;
  color: #3860BE;
}

/* The switch - the box around the slider */
.dpdpa--popup-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px;
}

/* Hide default HTML checkbox */
.dpdpa--popup-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.dpdpa--popup-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eef2f7;
  border: 1px solid #cbd5e1;
  transition: 0.4s;
}

.dpdpa--popup-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #94a3b8;
  transition: 0.4s;
}

.dpdpa--popup-switch input:checked + .dpdpa--popup-slider {
  background-color: rgba(56, 96, 190, 0.2);
  border-color: #3860BE;
}

.dpdpa--popup-switch input:focus + .dpdpa--popup-slider {
  box-shadow: 0 0 1px #2196F3;
}

.dpdpa--popup-switch input:checked + .dpdpa--popup-slider:before {
  background-color: #3860BE;
  transform: translateX(26px);
}

/* Rounded sliders */
.dpdpa--popup-slider.round {
  border-radius: 34px;
}

.dpdpa--popup-slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 860px) {
  .dpdpa--popup {
    padding: 1em;
  }
  .dpdpa--popup-container {
    flex-direction: column;
  }
  .dpdpa--popup-text {
    padding-right: 30px;
  }
  .dpdpa--popup-button-group {
    margin-top: 10px;
    padding-right: 0;
    justify-content: flex-end;
  }
  .dpdpa--popup-close {
    top: -5px;
    right: 0;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 782px) {
  .logged-in .dpdpa--popup-sidebar {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .logged-in .dpdpa--popup-sidebar {
    top: 0;
  }
  .dpdpa--cookie-detail-grid {
    grid-template-columns: 72px minmax(0, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
/* Mini settings tab — reopens consent sidebar */
#pdpa-snru-mini.pdpa-snru-mini {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9999999996;
  align-items: center;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  background: #3860BE;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  max-width: 90vw;
}
#pdpa-snru-mini.pdpa-snru-mini:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}/*# sourceMappingURL=pdpa-snru-public.css.map */