.snv-card{
    max-width:100%;
    margin:20px auto;
    border-radius:14px;
    background:#ffffff;
    border:1px solid #e2e8f0;
    box-shadow:0 12px 30px rgba(0,0,0,0.06);
    overflow:hidden;
    font-family:system-ui,-apple-system,Segoe UI,Roboto;    
}

.snv-card--success{
    border-top:4px solid #16a34a;
}   

.snv-card__status{
    display:flex;
    gap:14px;
    padding:20px;
    background:#f0fdf4;
    border-bottom:1px solid #e2e8f0;
}

.snv-status__icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
    background:#16a34a;
    color:#fff;
}

.snv-status__text h2{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#0f172a;
}

.snv-status__text p{
    margin:3px 0 0;
    font-size:14px;
    color:#64748b;
}

.snv-card__content{
    padding:20px;
}

.snv-info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:16px;
    margin-bottom:20px;
}

.snv-info{
    display:flex;
    flex-direction:column;
}

.snv-info__label{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#64748b;
    margin-bottom:3px;
    font-weight:600;
}

.snv-info__value{
    font-size:15px;
    font-weight:600;
    color:#0f172a;
}

.snv-info__value--highlight{
    font-size:16px;
    color:#16a34a;
}

.snv-specs{
    margin-top:10px;
}

.snv-specs__title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
    color:#0f172a;
}

.snv-specs__table{
    width:100%;
    border-collapse:collapse;
    font-size:14px;
}

.snv-specs__table tr{
    border: none !important;
    border-bottom:1px solid #e5e7eb !important;
}

.snv-specs__table tr:last-child{
    border-bottom:none !important;
}

.snv-specs__key{
    padding:10px 0;
    color:#475569;
    font-weight:600;
    width:40%;
}

.snv-specs__value{
    padding:10px 0;
    text-align:right;
    color:#0f172a;
}

@media(max-width:640px){

    .snv-specs__value{
        text-align:left;
    }

}

.snv-card--failed{
    border-top:4px solid #dc2626;
}

.snv-card__status--failed{
    background:#fef2f2;
}

.snv-status__icon--failed{
    background:#dc2626;
}

.snv-info__value--error{
    color:#dc2626;
}

.snv-result__notice{
    margin-top:14px;
    padding:14px;
    border-radius:10px;
    background:#fff7f7;
    border:1px solid #fecaca;
}

.snv-result__notice-text{
    margin:0;
    font-size:14px;
    color:#7f1d1d;
    line-height:1.6;
}

.snv-container td {
    background-color: initial !important;
    border: none !important;
}

/* ===================== FARSI SPECIFIC STYLES ===================== */

#fa .snv-card{
    direction:rtl;
    text-align:right;
}

#fa .snv-status__text{
    text-align:right;
}

#fa .snv-info{
    align-items:flex-start;
}

#fa .snv-info__label{
    text-align:right;
}

#fa .snv-info__value{
    text-align:right;
}

#fa .snv-specs__table{
    direction:rtl;
}

#fa .snv-specs__key{
    text-align:right;
}

#fa .snv-specs__value{
    text-align:left;
}

#fa .snv-result__notice{
    text-align:right;
}

#fa .snv-result__notice-text{
    text-align:right;
    line-height:1.9;
}
