/* Inline phone-confirmation warning beneath takeaway hero subtitles. */

.takeaway-phone-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 820px;
    margin: 18px auto 0;
    padding: 0;
    color: #b54708;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.takeaway-phone-warning strong {
    color: inherit;
    font-weight: 800;
}

.takeaway-phone-warning a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.takeaway-phone-warning a:hover,
.takeaway-phone-warning a:focus {
    color: #8a3507;
}

@media screen and (max-width: 575px) {
    .takeaway-phone-warning {
        align-items: flex-start;
        margin-top: 15px;
        font-size: 14px;
        text-align: left;
    }
}
