.orejime-ContextualNotice {
    background-color: #f6f6f6 !important;
    border: 1px solid #333;
    margin-bottom: 5px;
    border-radius: 0;
    font-size: 1rem !important;
    max-width: 538.4px;
}

.orejime-ContextualNotice-description {
    background-color: inherit !important;
    white-space: pre-line;
    margin-top: var(--orejime-space-s) !important;
    font-size: inherit !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.orejime-contextualNotice-info {
    background-color: inherit !important;
    white-space: pre-line;
    margin-top:0;
    font-size: inherit !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.orejime-contextualNotice-blocked {
    background-color: inherit !important;
    white-space: pre-line;
    margin-top: var(--orejime-space-s) !important;
    font-size: inherit !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.orejime-Button {
    border-radius: 0;
    background-color: #dd390f;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;
    font-size: .8125rem;
    font-weight: 700;
}

.orejime-Button:hover {
    background-color: #333;
    outline: 0 !important;
    outline-offset: 0 !important;
}

.orejime-contextual-custom-text {
    background-color: inherit !important;
    margin-top: var(--orejime-space-s) !important;
    font-size: inherit !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.orejime-CloseIcon,
.orejime-Purpose > input {
    cursor: pointer;
}

.orejime-PurposeToggles-button {
    color: #d7300d !important;
    background-color: #fff;
    border: .0625rem solid;
    border-color: #d7300d;
}

.orejime-PurposeToggles-button:hover {
    color: #fff !important;
    border-color: #333;
    background-color: #333;
}

.orejime-Purpose-attribute--exempt {
    display: none;
}

#orejime-purpose-videos:before,
#orejime-purpose-technical:before,
#orejime-purpose-other:before {
    content: none;
}

#orejime-modal-title {
    margin: 0 0 calc(var(--orejime-space-m) / 2) 0;
}

.orejime-ModalWrapper {
    border-radius: 0;
}

@media (max-width: 1023px) {
  .orejime-ModalOverlay {
    position: fixed;
    top: 66px;
    height: calc(100vh - 66px);
  }
}