/* ========================= */
/* DIVIDER */
/* ========================= */

.line-on-both-sides{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:15px 0;
    color:#666;
    text-align:center;
    font-size: 14px;
}

.line-on-both-sides span{
    padding:0 20px;
}

.line-on-both-sides::before,
.line-on-both-sides::after{
    content:"";
    flex:1;
    border-top:1px solid #D9D9D9;
}

.line-on-both-sides::before{
    margin-right:14px;
}

.line-on-both-sides::after{
    margin-left:14px;
}


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

.vs-cookie-banner{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:26px 48px;
    font-size:14px;
    line-height:22px;
    z-index: 5000;
    background: #000000BF;
    backdrop-filter: blur(4px);
    color: #F7F7F7;
}

.vs-cookie-banner p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "IBM Plex Sans Medium", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #F7F7F7;
    vertical-align: middle;
}

.vs-cookie-banner > div{
    display:flex;
    gap:16px;
}

.vs-cookie-banner .rtr-btn--white{
    margin:16px 0;
}

.vs-cookie-banner a{
    color:#F0F0F0;
    text-decoration:underline;
}

.vs-cookie-banner .rtr-btn {
    padding: 8px 16px;
    margin-bottom: 24px;
}


.vs-cookie-overlay{
    display:none;
    position:fixed;
    inset:0;
    z-index:5000;
}

.cp-popup-link-terms {
    text-decoration: underline;
}

.cp-popup-link-privacy {
    text-decoration: underline;
    color: #1A4BF7;
}

.vs-modal--cp .rtr-btn {
    height: 36px;
    padding: 4px 14px 4px 15px;
}

.vs-modal--cp .rtr-modal__footer {
    gap: 16px;
}
.vs-modal--cp .rtr-modal__dialog {
    width: 600px;
    height: 412px;
}

.vs-modal--cp .rtr-modal__header {
    padding: 12px 16px;
    font-size: 14px;
    background-color: #fff;
}
.vs-modal--cp .rtr-modal__title {
    font-size: 14px;
}

.vs-modal--cp .rtr-modal__footer {
    padding: 12px 16px;
}

.vs-modal--cp .rtr-modal__body {
    padding: 0 16px;
}

.vs-modal--cp .rtr-modal__body p {
    line-height: 20px;
}

@media screen and (min-width: 200px) and (max-width: 1180px ){
 
    .vs-modal--cp .rtr-modal__dialog {
        max-width: 600px;
        width: 80%;
        height: unset;
    }

    .vs-cookie-banner {
        padding: 16px 20px;
    }
}

/* ── Overlay ───────────────────────────────────────────────── */
.cookie-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.cookie-overlay.active {
  display: flex;
}

/* ── Modal ─────────────────────────────────────────────────── */
.cookie-modal {
  background: #ffffff;
  width:668px;
  height:540px;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  color: #1a1a1a;
  display: inline-flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* ── Header ────────────────────────────────────────────────── */

.cookie-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  justify-content: flex-end;
}
#cookieTitle{
  color: #1F1F1F;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cookie-popup-header-text{
   color: #1F1F1F;
   font-family: "IBM Plex Sans";
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}
/* ── Section ───────────────────────────────────────────────── */
.cookie-section {
  display: flex;
  padding: 0 0 16px 68px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  height:144px;
}

.necessary-cookie-title {
   color: #1F1F1F;
   font-family: "IBM Plex Sans";
   font-size: 12px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}

.nexessary-cookie-text {
   color: #1F1F1F;
   font-family: "IBM Plex Sans";
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.cookie-section a {
  color: var(--Accents-Accent-7, #2D6BFF);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* ── See Details button ────────────────────────────────────── */
.see-details {
 display:flex;
 color: var(--Accents-Accent-7, #2D6BFF);
 font-family: "IBM Plex Sans";
 font-size: 12px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}

/* ── Action Buttons ────────────────────────────────────────── */
.cookie-actions {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-top:auto;
  gap: 16px;
}

.btn-cancel {
  width:100%;
  height:32px;
  border-radius: 2px;
  border: 1px solid #BEBEBE;
  background: #FFF;
  color:#000;
}

.btn-save {
  width:100%;
  height:32px;
}

/* ── Scrollbar ─────────────────────────────────────────────── */
.cookie-modal::-webkit-scrollbar { width: 5px; }
.cookie-modal::-webkit-scrollbar-thumb { background: #cccccc; border-radius: 3px; }
.cookie-modal::-webkit-scrollbar-track { background: transparent; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 480px) {
  .cookie-modal { padding: 20px 16px; }
  .cookie-actions { flex-direction: column; }
  .btn-cancel, .btn-save { width: 100%; }
}