.ptx-ato-escalation {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 32px auto;
    padding: 20px 24px;
    border: 1px solid #d8e2ea;
    border-left: 5px solid #ed1c24;
    border-radius: 10px;
    background: #f5f8fc;
    color: #0b1f3a;
    font-family: inherit;
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.06);
}

.ptx-ato-escalation p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.65;
}

.ptx-ato-escalation strong {
    font-weight: 700;
}

.ptx-ato-escalation a {
    color: #a80d15;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ptx-ato-escalation a:hover,
.ptx-ato-escalation a:focus-visible {
    color: #73090e;
}

@media (max-width: 620px) {
    .ptx-ato-escalation {
        width: calc(100% - 32px);
        margin: 24px auto;
        padding: 18px 20px;
    }
}
