.tgp-sms-consent {
    min-width: 0;
    margin: 22px 0;
    padding: 20px;
    border: 1px solid #dfe3e8;
    border-radius: 14px;
    background: #f8fafc;
}

.tgp-sms-consent__legend {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 5px;
    color: #171b26;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.tgp-sms-consent__intro {
    margin: 0 0 14px;
    color: #536171;
    font-size: 14px;
    line-height: 1.55;
}

.tgp-sms-consent__choice {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 14px;
    border: 1px solid #e1e5ea;
    border-radius: 10px;
    background: #fff;
}

.tgp-sms-consent__choice + .tgp-sms-consent__choice {
    margin-top: 12px;
}

.tgp-sms-consent__checkbox {
    display: block;
    width: 22px;
    height: 22px;
}

.tgp-sms-consent__checkbox input[type="checkbox"] {
    display: block;
    position: static !important;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    opacity: 1 !important;
    visibility: visible;
    -webkit-appearance: auto;
    appearance: auto;
    accent-color: #d43731;
    cursor: pointer;
}

.tgp-sms-consent__label {
    display: block;
    margin: 0;
    color: #4c5867;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    cursor: pointer;
}

.tgp-sms-consent__label strong,
.tgp-sms-consent__label span {
    display: block;
}

.tgp-sms-consent__label strong {
    margin-bottom: 4px;
    color: #171b26;
    font-size: 14px;
    font-weight: 700;
}

.tgp-sms-consent__label a {
    color: #235fa7;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tgp-sms-consent__choice:focus-within {
    border-color: #397dc8;
    box-shadow: 0 0 0 3px rgba(57, 125, 200, .14);
}

@media (max-width: 575px) {
    .tgp-sms-consent {
        padding: 15px;
    }

    .tgp-sms-consent__choice {
        padding: 12px;
    }
}
