.saida-coffee-system-guard-warning {
    background: linear-gradient(135deg, #fff8f8 0%, #fff1f3 100%);
    border: 1px solid rgba(169, 22, 44, .34);
    border-left: 5px solid #a9162c;
    border-radius: 15px;
    box-shadow: 0 12px 28px -24px rgba(134, 19, 38, .72);
    color: #861326;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    padding: 17px 18px;
}

.saida-coffee-system-guard-warning p {
    margin: 0;
}

.saida-coffee-system-guard-warning__title {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
}

.saida-coffee-system-guard-warning__main,
.saida-coffee-system-guard-warning__assurance,
.saida-coffee-system-guard-warning__usual,
.saida-coffee-system-guard-warning__support-box {
    margin-top: 8px !important;
}

.saida-coffee-system-guard-warning__main {
    font-weight: 650;
}

.saida-coffee-system-guard-warning__assurance,
.saida-coffee-system-guard-warning__usual {
    font-weight: 750;
}

.saida-coffee-system-guard-warning__usual {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(169, 22, 44, .2);
    border-left: 4px solid #f58026;
    border-radius: 9px;
    color: #64101f;
    padding: 9px 11px;
}

.saida-coffee-system-guard-warning__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 10px;
}

.saida-coffee-system-guard-warning__support-box {
    background: linear-gradient(135deg, #edf7f4 0%, #e4f1ed 100%);
    border: 1px solid #b9d8cf;
    border-radius: 12px;
    color: #244a40;
    margin-top: 14px !important;
    padding: 12px 14px;
}

.saida-coffee-system-guard-warning__support {
    color: #244a40;
    font-weight: 750;
}

html body .saida-coffee-system-guard-warning__contact,
html body .saida-coffee-system-guard-warning__contact:visited {
    align-items: center;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(36, 74, 64, .18);
    border-radius: 999px;
    color: #244a40;
    display: inline-flex;
    font-weight: 750;
    gap: 7px;
    padding: 7px 10px;
    text-decoration: none;
}

.saida-coffee-system-guard-warning__contact-icon {
    display: block;
    flex: 0 0 18px;
    height: 18px;
    overflow: visible;
    width: 18px;
}

.saida-coffee-system-guard-warning__contact--whatsapp .saida-coffee-system-guard-warning__contact-icon {
    color: #12856c;
    height: 19px;
    width: 19px;
}

.saida-coffee-system-guard-warning__contact--phone .saida-coffee-system-guard-warning__contact-icon {
    color: #9b5b29;
}

.saida-coffee-system-guard-warning__contact-number {
    text-decoration: none;
}

html body .saida-coffee-system-guard-warning__contact:hover,
html body .saida-coffee-system-guard-warning__contact:focus-visible {
    background: #fff;
    border-color: rgba(36, 74, 64, .42);
    color: #17372f;
}

.saida-coffee-system-guard-warning__remove-error {
    font-weight: 750;
    margin-top: 8px !important;
}

.saida-coffee-system-guard-warning[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .saida-coffee-system-guard-warning {
        font-size: 13px;
        padding: 14px;
    }

    .saida-coffee-system-guard-warning__title {
        font-size: 15px;
    }

    .saida-coffee-system-guard-warning__support-box {
        padding: 10px;
    }
}

/* CoffeeSystemGuard 1.0.2: denser mobile reading rhythm while preserving the
 * full compatibility and assistance copy. */
@media (max-width: 767px) {
    .saida-coffee-system-guard-warning {
        border-left-width: 4px;
        border-radius: 13px;
        font-size: 12.5px;
        line-height: 1.34;
        padding: 11px 10px 11px 12px;
        scrollbar-color: rgba(169, 22, 44, .32) transparent;
        scrollbar-width: thin;
    }

    .saida-coffee-system-guard-warning__title {
        font-size: 16px;
        line-height: 1.2;
    }

    .saida-coffee-system-guard-warning__main,
    .saida-coffee-system-guard-warning__assurance,
    .saida-coffee-system-guard-warning__usual {
        margin-top: 6px !important;
    }

    .saida-coffee-system-guard-warning__usual {
        border-left-width: 3px;
        padding: 7px 8px;
    }

    .saida-coffee-system-guard-warning__support-box {
        margin-top: 9px !important;
        padding: 9px 10px;
    }

    .saida-coffee-system-guard-warning__contacts {
        gap: 6px;
        margin-top: 7px;
    }

    html body .saida-coffee-system-guard-warning__contact,
    html body .saida-coffee-system-guard-warning__contact:visited {
        font-size: 11.5px;
        gap: 5px;
        padding: 6px 8px;
    }

    .saida-coffee-system-guard-warning__contact-icon,
    .saida-coffee-system-guard-warning__contact--whatsapp .saida-coffee-system-guard-warning__contact-icon {
        flex-basis: 16px;
        height: 16px;
        width: 16px;
    }
}

@media (max-width: 360px) {
    .saida-coffee-system-guard-warning {
        font-size: 11.25px;
        line-height: 1.26;
        padding: 8px 7px 8px 9px;
    }

    .saida-coffee-system-guard-warning__title {
        font-size: 14px;
    }

    .saida-coffee-system-guard-warning__support-box {
        margin-top: 6px !important;
        padding: 7px;
    }

    .saida-coffee-system-guard-warning__main,
    .saida-coffee-system-guard-warning__assurance,
    .saida-coffee-system-guard-warning__usual {
        margin-top: 4px !important;
    }

    .saida-coffee-system-guard-warning__usual {
        padding: 5px 6px;
    }

    .saida-coffee-system-guard-warning__contacts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html body .saida-coffee-system-guard-warning__contact,
    html body .saida-coffee-system-guard-warning__contact:visited {
        font-size: 10px;
        gap: 3px;
        justify-content: center;
        min-width: 0;
        padding: 5px;
    }

    .saida-coffee-system-guard-warning__contact-number {
        white-space: nowrap;
    }

    .saida-coffee-system-guard-warning__contact-icon,
    .saida-coffee-system-guard-warning__contact--whatsapp .saida-coffee-system-guard-warning__contact-icon {
        flex-basis: 14px;
        height: 14px;
        width: 14px;
    }
}
