.zcc-whatsapp-btn {
    align-items: center;
    background: #0f9d6e;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    min-height: 48px;
    padding: 11px 18px;
    text-decoration: none;
}

.zcc-notice,
.zcc-inbox article {
    background: #ffffff;
    border: 1px solid #dcefe4;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
    padding: 16px;
}

.zcc-inbox {
    display: grid;
    gap: 12px;
}

.zcc-inbox article p {
    color: #64746c;
    margin-bottom: 0;
}
