.tm-messaging-preference-fields {
    display: grid;
    gap: 9px;
    margin: 14px 0;
    padding: 14px;
    border: 1px solid rgba(255,122,0,0.22);
    border-radius: 12px;
    background: rgba(255,122,0,0.12);
}

.tm-messaging-preference-fields > label:first-child {
    color: #FF8F26;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.tm-messaging-preference-fields input[type="tel"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #fff;
}

.tm-messaging-preference-fields small {
    color: #475569;
    line-height: 1.45;
}

.tm-messaging-preference-fields label:not(:first-child) {
    display: flex;
    gap: 8px;
    color: #334155;
    line-height: 1.45;
    align-items: flex-start;
}
