.amgdprcookie-buttons-block.-settings {
    padding: 0;
}
.amgdprcookie-buttons-block .amgdprcookie-button,
.amgdprcookie-groups-modal .amgdprcookie-button {
    border: 1px solid #208192 !important;
}
.amgdprcookie-button:hover,
.amgdprcookie-button:focus,
.amgdprcookie-button:active {
    box-shadow: none !important;
    opacity: inherit !important;
}
.amgdprcookie-button:hover {
    opacity: .8 !important;
}

.amgdprjs-bar-template.-popup {
    max-width: 90%;
    width: 90%;
}
.amgdprcookie-bar-container.modal-popup.custom {
    pointer-events: initial;
    padding: 40px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .35);
}
.amgdprcookie-bar-container .amgdprcookie-policy {
    font-size: 14px;
    line-height: 1.5;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 20px 0 0 !important;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block button {
    margin: 0;
    flex-basis: 50% !important;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
    margin: 0;
}

.amgdprcookie-groups-modal .modal-inner-wrap {
    border-radius: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.amgdprcookie-groups-modal .amgdprcookie-table {
    border-spacing: 0 10px;
    max-width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-table th {
    background-color: #f5f5f5;
    padding: 5px 10px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #dddddd;
}
.amgdprcookie-groups-modal .amgdprcookie-table td {
    padding: 5px 10px;
    background-color: #ffffff;
}
.amgdprcookie-groups-modal .amgdprcookie-button {
    width: 100% !important;
    margin: 0 !important;
    background-color: #208192 !important;
    border: 1px solid #208192 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-weight: bold !important;
    letter-spacing: 1.35px !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    transition: opacity .3s ease, color .3s ease-out, background-color .3s ease-out, border .3s ease-out !important;
}

@media (min-width: 768px) {
    .amgdprjs-bar-template.-popup {
        width: auto;
        max-width: 740px;
    }
    .amgdprcookie-bar-container.modal-popup.custom {
        padding: 45px;
    }
    .amgdprcookie-bar-container .amgdprcookie-policy {
        font-size: 16px;
    }
    .amgdprcookie-groups-modal .amgdprcookie-table th {
        padding: 12px 15px;
    }
    .amgdprcookie-groups-modal .amgdprcookie-table td {
        padding: 12px 15px;
    }
    .amgdprcookie-bar-container .amgdprcookie-buttons-block {
        flex-direction: row;
        column-gap: 5px;
    }
}