.sahafapro-views-card {
    width: 100%;
    box-sizing: border-box;
    direction: rtl;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-family: inherit;
}

.sahafapro-views-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.sahafapro-views-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef2ff;
    font-size: 17px;
}

.sahafapro-views-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
}

.sahafapro-views-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sahafapro-views-card__item {
    min-width: 0;
    padding: 14px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.sahafapro-views-card__item strong {
    display: block;
    font-size: clamp(22px, 5vw, 34px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.sahafapro-views-card__item span {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.sahafapro-views-card__item--main {
    background: #f8fafc;
}

@media (max-width: 420px) {
    .sahafapro-views-card__grid {
        grid-template-columns: 1fr;
    }
}
