/*
Theme Name: Cargo Way
Theme URI: https://cargowayllc.com/
Author: Nikba Creative Studio
Description: WordPress theme for Cargo Way LLC. By Nikba Creative Studio
Version: 1.0.0
Text Domain: cargoway
Author URI: https://nikba.com
*/

.legal-content .legal-copy {
    color: var(--body-color);
    font-size: 16px;
    line-height: 1.75;
}

.legal-content .legal-copy h3 {
    font-size: 24px;
    margin: 30px 0 10px;
}

.legal-content .legal-copy p {
    margin-bottom: 16px;
}

.sms-consent-form-wrap {
    background: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.sms-consent-checkbox {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    line-height: 1.55;
}

.sms-consent-checkbox input {
    margin-top: 5px;
}
