.gft-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #2b2b2b;
    color: #f0f2e2;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.28);
    border-top: 3px solid #3d8c3d;
}
.gft-cookie-banner.is-hidden,
.gft-cookie-reopen.is-hidden,
.gft-cookie-panel.is-hidden {
    display: none !important;
}
.gft-cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 20px;
    display: table;
    width: 100%;
}
.gft-cookie-copy,
.gft-cookie-actions {
    display: table-cell;
    vertical-align: middle;
}
.gft-cookie-copy {
    padding-right: 24px;
}
.gft-cookie-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}
.gft-cookie-copy p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #dcdcdc;
}
.gft-cookie-copy a,
.gft-cookie-panel-foot a {
    color: #3d8c3d;
    text-decoration: underline;
}
.gft-cookie-copy a {
    color: #9ad29a;
}
.gft-cookie-copy a:hover {
    color: #ffffff;
}
.gft-cookie-actions {
    white-space: nowrap;
    text-align: right;
    width: 1%;
}
.gft-cookie-actions .btn,
.gft-cookie-panel-buttons .btn {
    margin: 0 0 0 6px;
}
.gft-cookie-actions .btn-success,
.gft-cookie-panel-buttons .btn-success {
    background-color: #3d8c3d;
    border-color: #347634;
}
.gft-cookie-actions .btn-success:hover,
.gft-cookie-actions .btn-success:focus,
.gft-cookie-panel-buttons .btn-success:hover,
.gft-cookie-panel-buttons .btn-success:focus {
    background-color: #347634;
    border-color: #2b622b;
}
.gft-cookie-actions .btn-link {
    color: #c8c8c8;
    text-decoration: underline;
}
.gft-cookie-reopen {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 1030;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 20px;
    background: #3d8c3d;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    line-height: 40px;
}
.gft-cookie-reopen i {
    margin-right: 6px;
}
.gft-cookie-reopen:hover,
.gft-cookie-reopen:focus {
    background: #347634;
    color: #ffffff;
    outline: none;
}
.gft-cookie-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.45);
}
.gft-cookie-panel-card {
    width: 92%;
    max-width: 520px;
    margin: 8% auto 0;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}
.gft-cookie-panel-head {
    background: #3d8c3d;
    color: #ffffff;
    padding: 12px 16px;
    position: relative;
}
.gft-cookie-panel-head h4 {
    margin: 0;
    font-weight: 200;
    font-size: 18px;
    padding-right: 24px;
}
.gft-cookie-panel-close {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    opacity: 0.85;
}
.gft-cookie-panel-close:hover {
    opacity: 1;
}
.gft-cookie-panel-body {
    padding: 16px 18px 8px;
}
.gft-cookie-panel-body p {
    font-size: 13px;
    color: #555555;
    line-height: 1.45;
}
.gft-cookie-current {
    background: #f3f8f3;
    border-left: 3px solid #3d8c3d;
    padding: 8px 10px;
    color: #2b2b2b !important;
}
.gft-cookie-option {
    border: 1px solid #e5e5e5;
    padding: 12px 14px;
    margin-bottom: 10px;
    background: #fafafa;
}
.gft-cookie-option h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.gft-cookie-option p {
    margin: 6px 0 0;
    font-size: 12px;
    color: #666666;
}
.gft-cookie-option-head {
    display: table;
    width: 100%;
}
.gft-cookie-option-head h5,
.gft-cookie-option-head .gft-cookie-always {
    display: table-cell;
    vertical-align: middle;
}
.gft-cookie-always {
    width: 90px;
    text-align: right;
    font-size: 11px;
    color: #3d8c3d;
    font-weight: 600;
    white-space: nowrap;
}
.gft-cookie-panel-foot {
    padding: 10px 18px 16px;
    overflow: hidden;
}
.gft-cookie-panel-foot a {
    display: inline-block;
    margin-top: 8px;
}
.gft-cookie-panel-buttons {
    float: right;
}
body.gft-cookie-open {
    overflow: hidden;
}
@media (max-width: 767px) {
    .gft-cookie-copy,
    .gft-cookie-actions {
        display: block;
        width: auto;
        text-align: left;
        white-space: normal;
    }
    .gft-cookie-copy {
        padding-right: 0;
        margin-bottom: 12px;
    }
    .gft-cookie-actions .btn,
    .gft-cookie-panel-buttons .btn {
        margin: 0 6px 6px 0;
    }
    .gft-cookie-reopen {
        left: 10px;
        bottom: 10px;
        padding: 0 12px;
    }
    .gft-cookie-panel-card {
        margin-top: 12%;
    }
    .gft-cookie-panel-buttons {
        float: none;
        margin-top: 10px;
    }
}
