div[data-tag='video-placeholder'],
.recaptcha-placeholder {
  width: 100% !important;
  min-height: 150px !important;
  background-image: none !important;
  background-color: rgb(248, 248, 248);
  align-items: center !important;
  border-radius: 5px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin-bottom: 0 !important;
  gap: 12px !important;
  cursor: pointer;
}

div[data-tag='video-placeholder'] .placeholder-heading,
.recaptcha-placeholder .placeholder-heading {
  margin-bottom: 0;
  line-height: normal !important;
  font-size: 1.2rem;
  color: var(--e-global-color-primary);
  font-weight: 500;
}

div[data-tag='video-placeholder'] [data-tag='placeholder-title'],
.recaptcha-placeholder [data-tag='placeholder-title'] {
  display: block;
  border: none;
  background-color: transparent !important;
  text-align: center;
  padding: 0px 50px;
  color: #5e5e5e !important;
  line-height: 1.2 !important;
  font-size: 0.9rem !important;
  margin-bottom: 0 !important;
}

.storelocator-placeholder {
  height: 400px !important;
}

.recaptcha-placeholder {
  margin-bottom: 10px;
  height: 140px !important;
}

.wcc-modal {
  background: none !important;
  box-shadow: none !important;
}

.wcc-consent-bar {
  border: 0 !important;
  padding: 20px;
  border-radius: 10px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.wcc-consent-bar .cli-bar-message {
  font-size: 11pt;
  font-weight: normal;
  line-height: 1.5;
}

.wcc-consent-bar .wcc-title {
  display: none;
}

.wcc-notice-btn-wrapper[data-tag='notice-buttons'] {
  flex-direction: row-reverse;
  gap: 12px;
  display: flex;
  justify-content: flex-end;
}

.wcc-notice-btn-wrapper[data-tag='notice-buttons'] .wcc-btn {
  border: none;
  margin: 0;
  border-radius: 5px;
  height: 40px;
  font-size: 11pt;
  flex: none;
}

.wcc-notice-btn-wrapper[data-tag='notice-buttons'] .wcc-btn.wcc-btn-accept {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}

.wcc-notice-btn-wrapper[data-tag='notice-buttons'] .wcc-btn.wcc-btn-reject {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}

.wcc-notice-btn-wrapper[data-tag='notice-buttons'] .wcc-btn.wcc-btn-customize {
  margin-inline-start: auto;
}

.wcc-preference-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .wcc-preference-center {
    margin: 12px;
  }
}

.wcc-preference-content-wrapper {
  border-bottom: 0 !important;
}

.wcc-prefrence-btn-wrapper {
  border-top: 0 !important;
}

@media (max-width: 768px) {
  .wcc-prefrence-btn-wrapper {
    width: 100%;
  }
}

.wcc-notice-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wcc-accordion {
  padding: 10px 0px;
  border-bottom: 0 !important;
}

.wcc-accordion .wcc-accordion-header-des {
  display: none !important;
}

.wcc-accordion .wcc-switch input:checked {
  background-color: var(--e-global-color-primary);
}

.wcc-accordion.wcc-accordion-active .wcc-accordion-header-des {
  display: block !important;
}

.wcc-accordion button:hover {
  background-color: transparent !important;
  color: var(--e-global-color-primary) !important;
}

.wcc-accordion .wcc-empty-cookies-text {
  display: none !important;
}

.wcc-accordion .wcc-always-active {
  color: var(--e-global-color-text) !important;
  font-weight: 400 !important;
  font-size: 11pt !important;
}

.wcc-accordion .wcc-accordion-body {
  margin-top: 10px;
  margin-bottom: 0px !important;
}

@media (max-width: 352px) {
  .wcc-notice-des * {
    font-size: 14px !important;
  }
}

.wcc-show-desc-btn {
  color: gray !important;
}

.wcc-show-desc-btn:hover {
  background-color: transparent !important;
}

.wcc-footer-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.wcc-footer-wrapper .wcc-btn {
  display: none;
}

.wcc-footer-wrapper .wcc-btn.wcc-btn-preferences {
  display: flex !important;
  margin: 0;
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
  border: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  padding: 12px 20px;
  width: 100%;
  font-size: 1rem;
}

.wcc-footer-shadow {
  display: none !important;
}

#wpsl-wrap {
  display: none;
}