#cookie-consent .modal-dialog {
    width: 100%;
    min-width: 100%;
    margin: 0;
    align-items: flex-end;
    height: 100vh;
    display: flex;
}
#cookie-consent .modal-content {
    border-radius: 0;
    border: none;
}
#cookie-consent .modal-body {
    padding-left: 0;
    padding-right: 0;
}

#cookie-consent .modal-body .text-link a,
#cookie-consent-more-option .modal-footer .text-link a {
    color: var(--black);
    text-decoration: underline;
    margin-right: .5rem;
}

#cookie-consent .advanced-editor p,
#cookie-consent-more-option .advanced-editor p {
	font-size: .9rem;
	line-height: 18px;
}

#cookie-consent .advanced-editor p:last-child,
#cookie-consent-more-option .advanced-editor p:last-child {
	margin: 0;
}

#cookie-consent-more-option .modal-footer {
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
    border-radius: 0;
}

#cookie-consent-more-option .modal-footer > .d-flex {
    height: 50px;
}

#cookie-consent-more-option .accordion {
    overflow: auto;
    max-height: 200px;
}

#cookie-consent-more-option .accordion > .card {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: none;
}

#cookie-consent-more-option .accordion > .card > .card-header {
    border-bottom: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

#cookie-consent-more-option .accordion > .card > .card-header .option-title {
    font-weight: bold;
    color: var(--black);
}

#cookie-consent-more-option .accordion > .card > .card-header .option-title,
#cookie-consent-more-option .accordion > .card > .card-header .option-switch {
    padding: .75rem 1.25rem;
}