.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
    z-index: 9999;
}

.cookie-consent .cc-body {
    padding: 16px 24px 16px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-consent .cc-body .cc-title {
    font-weight: bold;
    font-size: 24px;
    color: black;
}

.cookie-consent .cc-body .cc-description {
    font-size: 16px;
    color: black;
    margin-top: 8px;
    max-width: 960px;
}

.cookie-consent .cc-body .cc-actions {
    padding-top: 8px;
    text-align: right;
}

.cookie-consent .btn-primary {
    background-color: #FF7900 !important;
    border-color: #FF7900 !important;
    border-radius: 19px !important;
}

.cookie-consent .btn-primary:active:focus, .cookie-consent .btn-primary:focus,
.cookie-consent .btn-link:active:focus,
.cookie-consent .btn-link:focus {
    box-shadow: none
}

.cookie-consent .btn-link {
    color: #FF7900 !important;
}