
:root{
  --drivestyle-cookie-red:#c00000;
  --drivestyle-cookie-dark:#000000;
  --drivestyle-cookie-line:#dedede;
  --drivestyle-cookie-soft:#f6f6f6;
  --drivestyle-cookie-primary-bg:#c00000;
  --drivestyle-cookie-primary-text:#000000;
  --drivestyle-cookie-primary-hover:#a80000;
  --drivestyle-cookie-secondary-bg:#ffffff;
  --drivestyle-cookie-secondary-text:#000000;
  --drivestyle-cookie-secondary-border:#c00000;
  --drivestyle-cookie-secondary-hover:#f2f2f2;
  --drivestyle-cookie-banner-bg:#ffffff;
  --drivestyle-cookie-banner-text:#000000;
  --drivestyle-cookie-banner-border:#dddddd;
  --drivestyle-cookie-banner-link:#000000;
  --drivestyle-cookie-banner-shadow:#000000;
  --drivestyle-cookie-modal-bg:#ffffff;
  --drivestyle-cookie-modal-text:#000000;
  --drivestyle-cookie-modal-header-bg:#ffffff;
  --drivestyle-cookie-modal-footer-bg:#f6f6f6;
  --drivestyle-cookie-modal-border:#dedede;
  --drivestyle-cookie-modal-link:#000000;
  --drivestyle-cookie-overlay-bg:#101214;
  --drivestyle-cookie-category-bg:#ffffff;
  --drivestyle-cookie-category-text:#000000;
  --drivestyle-cookie-category-detail-bg:#ffffff;
  --drivestyle-cookie-category-border:#dedede;
  --drivestyle-cookie-switch-on:#c00000;
  --drivestyle-cookie-switch-off:#9aa2a8;
  --drivestyle-cookie-switch-knob:#ffffff;
}

.drivestyle-cookie,
.drivestyle-cookie *,
.drivestyle-cookie *:before,
.drivestyle-cookie *:after{
  box-sizing:border-box;
  font-family:"Oswald",Arial,sans-serif !important;
}

.drivestyle-cookie{
  position:relative;
  z-index:1000000;
  color:var(--drivestyle-cookie-modal-text) !important;
}

.drivestyle-cookie [hidden]{
  display:none !important;
}

.drivestyle-cookie p,
.drivestyle-cookie h2,
.drivestyle-cookie h3,
.drivestyle-cookie strong,
.drivestyle-cookie b,
.drivestyle-cookie span,
.drivestyle-cookie em,
.drivestyle-cookie a,
.drivestyle-cookie dt,
.drivestyle-cookie dd,
.drivestyle-cookie small,
.drivestyle-cookie label{
  color:inherit !important;
}

.drivestyle-cookie-banner{
  position:fixed;
  z-index:1000002;
  right:22px;
  bottom:22px;
  left:22px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
  max-width:1180px;
  margin:0 auto;
  padding:28px 30px;
  border:1px solid var(--drivestyle-cookie-banner-border);
  background:var(--drivestyle-cookie-banner-bg);
  color:var(--drivestyle-cookie-banner-text) !important;
  box-shadow:0 18px 50px color-mix(in srgb,var(--drivestyle-cookie-banner-shadow) 18%,transparent);
  pointer-events:auto !important;
}

.drivestyle-cookie-banner>div,
.drivestyle-cookie-actions,
.drivestyle-cookie-banner button,
.drivestyle-cookie-banner a{
  pointer-events:auto !important;
}

.drivestyle-cookie-banner>div>span{
  display:block;
  margin-bottom:7px;
  font-size:11px;
  font-weight:500;
  letter-spacing:.14em;
}

.drivestyle-cookie-banner h2{
  margin:0 0 10px;
  font-size:27px;
  line-height:1.15;
  font-weight:500;
}

.drivestyle-cookie-banner p{
  max-width:760px;
  margin:0;
  font-size:14px;
  line-height:1.55;
}

.drivestyle-cookie-banner nav{
  display:flex;
  gap:16px;
  margin-top:12px;
}

.drivestyle-cookie-banner nav a{
  font-size:12px;
  text-decoration:underline;
}

.drivestyle-cookie-actions{
  display:flex;
  align-items:end;
  gap:8px;
}

.drivestyle-cookie button{
  min-height:46px;
  padding:0 18px;
  border-radius:0;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}

.drivestyle-cookie .is-primary{
  border:1px solid var(--drivestyle-cookie-primary-bg);
  background:var(--drivestyle-cookie-primary-bg);
  color:var(--drivestyle-cookie-primary-text) !important;
}

.drivestyle-cookie .is-primary:hover{
  border-color:var(--drivestyle-cookie-primary-hover);
  background:var(--drivestyle-cookie-primary-hover);
}

.drivestyle-cookie .is-secondary{
  border:1px solid var(--drivestyle-cookie-secondary-border);
  background:var(--drivestyle-cookie-secondary-bg);
  color:var(--drivestyle-cookie-secondary-text) !important;
}

.drivestyle-cookie .is-secondary:hover{
  background:var(--drivestyle-cookie-secondary-hover);
}

.drivestyle-cookie-overlay{
  position:fixed;
  z-index:1000003;
  inset:0;
  display:grid;
  place-items:center;
  padding:22px;
  background:color-mix(in srgb,var(--drivestyle-cookie-overlay-bg) 60%,transparent);
  pointer-events:auto !important;
}

.drivestyle-cookie-center{
  position:relative;
  z-index:1000004;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  width:min(680px,100%);
  max-height:min(840px,calc(100vh - 44px));
  overflow:hidden;
  background:var(--drivestyle-cookie-modal-bg);
  color:var(--drivestyle-cookie-modal-text) !important;
  box-shadow:0 20px 65px rgba(0,0,0,.30);
  pointer-events:auto !important;
}

.drivestyle-cookie-center>header{
  display:flex;
  min-height:82px;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 20px;
  border-bottom:1px solid var(--drivestyle-cookie-modal-border);
  background:var(--drivestyle-cookie-modal-header-bg);
}

.drivestyle-cookie-brand{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.drivestyle-cookie-brand img{
  display:block;
  width:auto;
  max-width:180px;
  max-height:52px;
  object-fit:contain;
}

.drivestyle-cookie-brand span{
  font-size:20px;
  font-weight:600;
  letter-spacing:.12em;
}

.drivestyle-cookie-brand strong{
  font-size:15px;
  font-weight:500;
}

.drivestyle-cookie-center>header button{
  min-width:46px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--drivestyle-cookie-modal-text) !important;
  font-size:29px;
}

.drivestyle-cookie-scroll{
  overflow:auto;
  padding:25px 32px;
}

.drivestyle-cookie-scroll h2{
  margin:0 0 12px;
  font-size:28px;
  font-weight:500;
}

.drivestyle-cookie-scroll>p{
  font-size:13px;
  line-height:1.6;
}

.drivestyle-cookie-scroll h3{
  margin:28px 0 14px;
  font-size:17px;
  font-weight:500;
}

.drivestyle-cookie-category{
  border:1px solid var(--drivestyle-cookie-category-border);
  border-bottom:0;
}

.drivestyle-cookie-category:last-child{
  border-bottom:1px solid var(--drivestyle-cookie-category-border);
}

.drivestyle-cookie-category-head{
  display:grid;
  width:100%;
  min-height:56px;
  grid-template-columns:25px minmax(0,1fr) auto;
  align-items:center;
  padding:0 14px !important;
  border:0;
  background:var(--drivestyle-cookie-category-bg);
  color:var(--drivestyle-cookie-category-text) !important;
  text-align:left;
  cursor:pointer;
}

.drivestyle-cookie-category-head>span{
  font-size:18px;
}

.drivestyle-cookie-category-head>b{
  font-size:13px;
  font-weight:500;
}

.drivestyle-cookie-category-head>em{
  font-size:11px;
  font-style:normal;
}

.drivestyle-cookie-category-text{
  padding:0 48px 15px;
  background:var(--drivestyle-cookie-category-detail-bg);
  color:var(--drivestyle-cookie-category-text) !important;
  font-size:12px;
  line-height:1.55;
}

.drivestyle-cookie-switch{
  position:relative;
  display:block;
  width:44px;
  height:24px;
}

.drivestyle-cookie-switch input{
  position:absolute;
  opacity:0;
}

.drivestyle-cookie-switch u{
  position:absolute;
  inset:0;
  border-radius:20px;
  background:var(--drivestyle-cookie-switch-off);
  transition:.2s;
}

.drivestyle-cookie-switch u:after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--drivestyle-cookie-switch-knob);
  transition:.2s;
}

.drivestyle-cookie-switch input:checked+u{
  background:var(--drivestyle-cookie-switch-on);
}

.drivestyle-cookie-switch input:checked+u:after{
  transform:translateX(20px);
}

.drivestyle-cookie-center>footer{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:10px;
  padding:18px 20px;
  border-top:1px solid var(--drivestyle-cookie-modal-border);
  background:var(--drivestyle-cookie-modal-footer-bg);
}

.drivestyle-cookie-floating{
  position:fixed;
  z-index:999990;
  left:16px;
  bottom:16px;
  min-height:34px !important;
  padding:0 10px !important;
  border:1px solid #cbd1d5;
  background:#fff;
  color:#000 !important;
  font-size:10px !important;
  box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.drivestyle-cookie-link{
  border:0 !important;
  background:transparent !important;
  color:#000 !important;
  text-decoration:underline;
}

.drivestyle-cookie-embed{
  display:grid;
  min-height:280px;
  place-items:center;
  background:#fff;
  color:#000 !important;
  text-align:center;
  border:1px solid #ddd;
}

.drivestyle-cookie-embed>div{
  max-width:420px;
  padding:28px;
}

.drivestyle-cookie-embed p{
  font-size:13px;
}

.drivestyle-cookie-embed button{
  border:1px solid var(--drivestyle-cookie-primary-bg);
  background:var(--drivestyle-cookie-primary-bg);
  color:var(--drivestyle-cookie-primary-text) !important;
}

body.drivestyle-cookie-open{
  overflow:hidden;
}

@media(max-width:760px){
  .drivestyle-cookie-banner{
    right:10px;
    bottom:10px;
    left:10px;
    display:block;
    width:auto;
    padding:22px 18px;
  }

  .drivestyle-cookie-banner h2{
    font-size:23px;
  }

  .drivestyle-cookie-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:18px;
  }

  .drivestyle-cookie-actions .is-primary{
    grid-column:1/-1;
    grid-row:1;
  }

  .drivestyle-cookie-center{
    max-height:calc(100vh - 20px);
  }

  .drivestyle-cookie-overlay{
    padding:10px;
  }

  .drivestyle-cookie-scroll{
    padding:20px 18px;
  }

  .drivestyle-cookie-center>footer{
    padding:12px;
  }

  .drivestyle-cookie-brand{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

  .drivestyle-cookie-brand img{
    max-width:145px;
    max-height:42px;
  }
}


/* Farbsteuerung 0.2.1 */
.drivestyle-cookie-banner,
.drivestyle-cookie-banner h2,
.drivestyle-cookie-banner p,
.drivestyle-cookie-banner span{
  color:var(--drivestyle-cookie-banner-text) !important;
}
.drivestyle-cookie-banner nav a{
  color:var(--drivestyle-cookie-banner-link) !important;
}
.drivestyle-cookie-center,
.drivestyle-cookie-center h2,
.drivestyle-cookie-center h3,
.drivestyle-cookie-center p,
.drivestyle-cookie-center strong,
.drivestyle-cookie-center span,
.drivestyle-cookie-center em{
  color:var(--drivestyle-cookie-modal-text) !important;
}
.drivestyle-cookie-center a{
  color:var(--drivestyle-cookie-modal-link) !important;
}
.drivestyle-cookie-category,
.drivestyle-cookie-category b,
.drivestyle-cookie-category p,
.drivestyle-cookie-category em,
.drivestyle-cookie-category span{
  color:var(--drivestyle-cookie-category-text) !important;
}
.drivestyle-cookie-category{
  background:var(--drivestyle-cookie-category-bg);
}
.drivestyle-cookie-category-text{
  background:var(--drivestyle-cookie-category-detail-bg);
}
.drivestyle-cookie-switch u{
  background:var(--drivestyle-cookie-switch-off);
}
.drivestyle-cookie-switch input:checked+u{
  background:var(--drivestyle-cookie-switch-on);
}
.drivestyle-cookie-switch u:after{
  background:var(--drivestyle-cookie-switch-knob);
}


/* ==========================================================
   DriveStyle Frontend Design 0.3.0
   ========================================================== */

.drivestyle-cookie-banner{
  right:24px;
  bottom:24px;
  left:24px;
  grid-template-columns:minmax(0,1fr) auto;
  max-width:1240px;
  min-height:190px;
  padding:30px 34px 28px;
  border:1px solid var(--drivestyle-cookie-banner-border);
  border-top:4px solid var(--drivestyle-cookie-primary-bg);
  background:var(--drivestyle-cookie-banner-bg);
  box-shadow:0 18px 60px rgba(0,0,0,.42);
}

.drivestyle-cookie-banner>div>span{
  margin-bottom:6px;
  color:var(--drivestyle-cookie-primary-bg)!important;
  font-size:12px;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.drivestyle-cookie-banner h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.06;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.drivestyle-cookie-banner p{
  max-width:790px;
  font-size:15px;
  line-height:1.65;
  font-weight:300;
}

.drivestyle-cookie-banner nav{
  margin-top:15px;
  gap:22px;
}

.drivestyle-cookie-banner nav a{
  font-size:11px;
  font-weight:400;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:1px solid currentColor;
}

.drivestyle-cookie-actions{
  align-items:stretch;
  flex-direction:column;
  width:210px;
  gap:8px;
}

.drivestyle-cookie button{
  min-height:48px;
  border-radius:0!important;
  font-size:12px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.drivestyle-cookie .is-primary{
  border-color:var(--drivestyle-cookie-primary-bg);
  background:var(--drivestyle-cookie-primary-bg);
  color:var(--drivestyle-cookie-primary-text)!important;
}

.drivestyle-cookie .is-primary:hover{
  border-color:var(--drivestyle-cookie-primary-hover);
  background:var(--drivestyle-cookie-primary-hover);
}

.drivestyle-cookie .is-secondary{
  border-color:var(--drivestyle-cookie-secondary-border);
  background:var(--drivestyle-cookie-secondary-bg);
  color:var(--drivestyle-cookie-secondary-text)!important;
}

.drivestyle-cookie .is-secondary:hover{
  border-color:var(--drivestyle-cookie-primary-bg);
  background:var(--drivestyle-cookie-primary-bg);
  color:#fff!important;
}

.drivestyle-cookie-overlay{
  padding:28px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(3px);
}

.drivestyle-cookie-center{
  width:min(720px,100%);
  max-height:min(850px,calc(100vh - 56px));
  border:1px solid #2b2b2b;
  border-top:4px solid var(--drivestyle-cookie-primary-bg);
  box-shadow:0 30px 90px rgba(0,0,0,.58);
}

.drivestyle-cookie-center>header{
  min-height:94px;
  padding:18px 24px;
  border-bottom:0;
  background:var(--drivestyle-cookie-modal-header-bg);
  color:#fff!important;
}

.drivestyle-cookie-center>header,
.drivestyle-cookie-center>header strong,
.drivestyle-cookie-center>header span,
.drivestyle-cookie-center>header button{
  color:#fff!important;
}

.drivestyle-cookie-brand{
  gap:20px;
}

.drivestyle-cookie-brand img{
  max-width:205px;
  max-height:58px;
}

.drivestyle-cookie-brand span{
  font-size:25px;
  font-weight:600;
  letter-spacing:.08em;
}

.drivestyle-cookie-brand strong{
  position:relative;
  padding-left:19px;
  font-size:13px;
  font-weight:400;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.drivestyle-cookie-brand strong:before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  bottom:2px;
  width:3px;
  background:var(--drivestyle-cookie-primary-bg);
}

.drivestyle-cookie-center>header button{
  min-width:42px;
  min-height:42px;
  font-size:28px;
  font-weight:300;
}

.drivestyle-cookie-center>header button:hover{
  background:var(--drivestyle-cookie-primary-bg);
}

.drivestyle-cookie-scroll{
  padding:30px 34px 34px;
  background:var(--drivestyle-cookie-modal-bg);
}

.drivestyle-cookie-scroll h2{
  margin:0 0 12px;
  font-size:31px;
  line-height:1.1;
  font-weight:600;
  text-transform:uppercase;
}

.drivestyle-cookie-scroll>p{
  max-width:610px;
  margin:0 0 10px;
  font-size:13px;
  line-height:1.65;
  font-weight:300;
}

.drivestyle-cookie-scroll>p a{
  color:var(--drivestyle-cookie-primary-bg)!important;
  font-size:11px;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:1px solid var(--drivestyle-cookie-primary-bg);
}

.drivestyle-cookie-scroll h3{
  margin:30px 0 12px;
  padding-top:18px;
  border-top:1px solid var(--drivestyle-cookie-modal-border);
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.drivestyle-cookie-category{
  margin-bottom:8px;
  border:1px solid var(--drivestyle-cookie-category-border)!important;
  background:var(--drivestyle-cookie-category-bg);
}

.drivestyle-cookie-category-head{
  min-height:60px;
  grid-template-columns:26px minmax(0,1fr) auto;
  padding:0 16px!important;
  background:var(--drivestyle-cookie-category-bg);
}

.drivestyle-cookie-category-head>span{
  color:var(--drivestyle-cookie-primary-bg)!important;
  font-size:17px;
  font-weight:600;
}

.drivestyle-cookie-category-head>b{
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.drivestyle-cookie-category-head>em{
  font-size:10px;
  font-weight:400;
  text-transform:uppercase;
}

.drivestyle-cookie-category-text{
  padding:0 50px 17px;
  font-size:12px;
  line-height:1.6;
  font-weight:300;
}

.drivestyle-cookie-switch{
  width:46px;
  height:24px;
}

.drivestyle-cookie-switch u{
  border-radius:0;
}

.drivestyle-cookie-switch u:after{
  top:3px;
  left:3px;
  border-radius:0;
}

.drivestyle-cookie-switch input:checked+u:after{
  transform:translateX(22px);
}

.drivestyle-cookie-center>footer{
  grid-template-columns:1fr 1.35fr;
  gap:10px;
  padding:18px 22px;
  border-top:0;
  background:var(--drivestyle-cookie-modal-footer-bg);
}

.drivestyle-cookie-center>footer .is-secondary{
  border-color:#555;
}

.drivestyle-cookie-center>footer .is-secondary:hover{
  border-color:var(--drivestyle-cookie-primary-bg);
}

.drivestyle-cookie-floating{
  border-radius:0!important;
}

.drivestyle-cookie-embed{
  border-radius:0!important;
}

@media(max-width:760px){
  .drivestyle-cookie-banner{
    right:10px;
    bottom:10px;
    left:10px;
    min-height:0;
    padding:23px 19px 19px;
  }
  .drivestyle-cookie-banner h2{font-size:27px}
  .drivestyle-cookie-banner p{font-size:13px;line-height:1.55}
  .drivestyle-cookie-actions{
    display:grid;
    width:100%;
    grid-template-columns:1fr 1fr;
    margin-top:18px;
  }
  .drivestyle-cookie-actions .is-primary{
    grid-column:1/-1;
    grid-row:1;
  }
  .drivestyle-cookie-center{max-height:calc(100vh - 20px)}
  .drivestyle-cookie-overlay{padding:10px}
  .drivestyle-cookie-center>header{min-height:76px;padding:13px 15px}
  .drivestyle-cookie-brand{gap:10px}
  .drivestyle-cookie-brand img{max-width:135px;max-height:42px}
  .drivestyle-cookie-brand span{font-size:20px}
  .drivestyle-cookie-brand strong{padding-left:11px;font-size:10px}
  .drivestyle-cookie-scroll{padding:22px 18px}
  .drivestyle-cookie-scroll h2{font-size:26px}
  .drivestyle-cookie-center>footer{
    grid-template-columns:1fr;
    padding:10px;
  }
}


/* ==========================================================
   DriveStyle Frontend Refinement 0.3.1
   ========================================================== */

.drivestyle-cookie-banner{
  grid-template-columns:minmax(0,1fr) 220px;
  gap:34px;
  align-items:center;
  max-width:1120px;
  min-height:auto;
  padding:26px 30px 24px;
  border:1px solid #252525;
  border-top:3px solid var(--drivestyle-cookie-primary-bg);
  background:#050505;
}

.drivestyle-cookie-banner-content{
  min-width:0;
}

.drivestyle-cookie-banner-logo{
  margin-bottom:18px;
}

.drivestyle-cookie-banner-logo img{
  display:block;
  width:auto;
  max-width:210px;
  max-height:56px;
  object-fit:contain;
}

.drivestyle-cookie-banner>div>span{
  margin-bottom:5px;
  font-size:10px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.18em;
  color:var(--drivestyle-cookie-primary-bg)!important;
}

.drivestyle-cookie-banner h2{
  max-width:760px;
  margin:0 0 9px;
  font-size:29px;
  line-height:1.03;
  font-weight:500;
  letter-spacing:.01em;
}

.drivestyle-cookie-banner p{
  max-width:760px;
  font-size:13px;
  line-height:1.6;
  font-weight:300;
  color:#e7e7e7!important;
}

.drivestyle-cookie-banner nav{
  margin-top:12px;
}

.drivestyle-cookie-banner nav a{
  font-size:10px;
  color:#bdbdbd!important;
  border-bottom-color:#666;
}

.drivestyle-cookie-actions{
  width:220px;
  gap:7px;
}

.drivestyle-cookie-actions button{
  min-height:43px;
  padding:0 14px;
  font-size:11px;
  letter-spacing:.02em;
}

.drivestyle-cookie-actions .is-secondary{
  border-color:#444;
  background:#0a0a0a;
  color:#fff!important;
}

.drivestyle-cookie-actions .is-secondary:hover{
  border-color:var(--drivestyle-cookie-primary-bg);
  background:#111;
  color:#fff!important;
}

.drivestyle-cookie-actions .is-primary{
  background:var(--drivestyle-cookie-primary-bg);
  color:#fff!important;
}

.drivestyle-cookie-center{
  width:min(660px,100%);
  border:1px solid #202020;
  border-top:3px solid var(--drivestyle-cookie-primary-bg);
  background:#fff;
}

.drivestyle-cookie-center>header{
  min-height:84px;
  padding:15px 20px;
  background:#050505;
}

.drivestyle-cookie-brand{
  gap:16px;
}

.drivestyle-cookie-brand img{
  max-width:185px;
  max-height:48px;
}

.drivestyle-cookie-brand strong{
  padding-left:15px;
  font-size:11px;
  letter-spacing:.06em;
  color:#f2f2f2!important;
}

.drivestyle-cookie-brand strong:before{
  width:2px;
}

.drivestyle-cookie-scroll{
  padding:25px 28px 28px;
}

.drivestyle-cookie-scroll h2{
  font-size:28px;
  font-weight:500;
  margin-bottom:9px;
}

.drivestyle-cookie-scroll>p{
  font-size:12px;
  line-height:1.6;
}

.drivestyle-cookie-scroll h3{
  margin-top:25px;
  padding-top:15px;
  font-size:14px;
}

.drivestyle-cookie-category{
  margin-bottom:6px;
}

.drivestyle-cookie-category-head{
  min-height:54px;
  padding:0 14px!important;
}

.drivestyle-cookie-category-head>b{
  font-size:12px;
}

.drivestyle-cookie-category-head>em{
  font-size:9px;
}

.drivestyle-cookie-category-text{
  padding:0 46px 14px;
  font-size:11px;
}

.drivestyle-cookie-center>footer{
  padding:14px 16px;
  background:#050505;
}

.drivestyle-cookie-center>footer button{
  min-height:44px;
  font-size:11px;
}

.drivestyle-cookie-center>footer .is-secondary{
  border-color:#3a3a3a;
  background:#0a0a0a;
}

@media(max-width:760px){
  .drivestyle-cookie-banner{
    grid-template-columns:1fr;
    gap:18px;
    padding:20px 17px 17px;
  }

  .drivestyle-cookie-banner-logo{
    margin-bottom:14px;
  }

  .drivestyle-cookie-banner-logo img{
    max-width:170px;
    max-height:46px;
  }

  .drivestyle-cookie-banner h2{
    font-size:24px;
  }

  .drivestyle-cookie-actions{
    width:100%;
  }

  .drivestyle-cookie-center>header{
    min-height:72px;
  }

  .drivestyle-cookie-brand img{
    max-width:145px;
    max-height:38px;
  }

  .drivestyle-cookie-brand strong{
    font-size:9px;
  }
}
