.ehc-cs-product-block {
    margin: 18px 0 24px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,.045);
    max-width: 560px;
}

.ehc-cs-badge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 16px;
}

.ehc-cs-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: #1f2937;
    line-height: 1.35;
}

.ehc-cs-icon {
    font-size: 18px;
    min-width: 24px;
    text-align: center;
}

.ehc-cs-badge strong {
    color: #0d2b66;
    font-weight: 800;
}

.ehc-cs-badge a {
    color: #0057ff;
    font-weight: 800;
    text-decoration: none;
    margin-left: 2px;
}

.ehc-cs-badge a:hover {
    text-decoration: underline;
}

.ehc-cs-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 16px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
    transition: all .2s ease;
    text-align: center;
    padding: 0 14px;
}

.ehc-cs-whatsapp-top {
    margin-top: 0;
    margin-bottom: 16px;
}

.ehc-cs-whatsapp:hover {
    background: #12823d;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.ehc-cs-stock-low strong,
.ehc-cs-stock-out strong {
    color: #b91c1c;
}

.ehc-cs-stock-medium strong {
    color: #b45309;
}

.ehc-cs-stock-high strong {
    color: #166534;
}

.ehc-cs-shipping-special strong {
    color: #92400e;
}

.ehc-cs-store-list {
    list-style: none !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    text-align: center;
}

.ehc-cs-store-list li {
    margin: 4px 0;
    padding: 0;
    line-height: 1.4;
}
.ehc-cs-info-icon {
    font-size: 22px;
    min-width: 32px;
}
/* Cards informativas */
.ehc-cs-info-cards-wrap {
    max-width: 1180px;
    margin: 45px auto 55px;
    padding: 0 15px;
}

.ehc-cs-info-title {
    margin: 0 0 18px;
    padding: 8px 12px;
    background: #111b46;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    border-radius: 4px;
}

.ehc-cs-info-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ehc-cs-info-card {
    display: flex;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,.04);
}

.ehc-cs-info-card-wide {
    grid-column: 1 / -1;
}

.ehc-cs-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ehc-cs-info-card h3 {
    margin: 0 0 6px;
    color: #0d2b66;
    font-size: 17px;
    line-height: 1.25;
}

.ehc-cs-info-card p {
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.55;
}

.ehc-cs-info-card a {
    display: inline-block;
    margin-top: 8px;
    color: #0057ff;
    font-weight: 800;
    text-decoration: none;
}

.ehc-cs-info-card a:hover {
    text-decoration: underline;
}

.ehc-cs-store-list {
    margin: 8px 0 0;
    padding-left: 18px;
    color: #374151;
    font-size: 13px;
    line-height: 1.45;
}

.ehc-cs-info-whatsapp {
    background: #16a34a;
    color: #ffffff !important;
    padding: 9px 16px;
    border-radius: 999px;
    text-decoration: none !important;
}

.ehc-cs-info-whatsapp:hover {
    background: #12823d;
}

@media (max-width: 768px) {
    .ehc-cs-product-block {
        max-width: 100%;
        padding: 16px;
    }

    .ehc-cs-badge-grid {
        grid-template-columns: 1fr;
    }

    .ehc-cs-whatsapp {
        font-size: 13px;
        min-height: 44px;
    }

    .ehc-cs-info-cards-wrap {
        margin: 30px auto 40px;
    }

    .ehc-cs-info-title {
        font-size: 18px;
    }

    .ehc-cs-info-cards {
        grid-template-columns: 1fr;
    }

    .ehc-cs-info-card {
        padding: 16px;
    }

    .ehc-cs-info-card-wide {
        grid-column: auto;
    }
}