.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-0c04b4e *//* دو ستونه واقعی */
.hoa-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
    direction: rtl !important;
    width: 100%;
}

/* هر کارت */
.hoa-item {
    display: grid !important;
    grid-template-columns: 90px 1fr !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 14px !important;
    background: #fafafa !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 8px !important;
}

/* لوگو */
.hoa-logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hoa-logo img {
    width: 60px !important;
    height: auto !important;
}

/* متن */
.hoa-text {
    text-align: right !important;
}

.hoa-text div {
    font-size: 17px !important;
    font-weight: 600 !important;
}

/* لینک */
.hoa-text a {
    color: #00571f !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.hoa-text a:hover {
    text-decoration: underline !important;
}

/* موبایل — تک‌ستونه */
@media (max-width: 600px) {
    .hoa-list {
        grid-template-columns: 1fr !important;
    }

    .hoa-item {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .hoa-text {
        text-align: center !important;
    }
}
/* هاور برای عنوان هر حورا انسیه */
.hoa-text div {
    transition: color 0.25s ease, transform 0.25s ease;
    cursor: pointer;
}

.hoa-text div:hover {
    color: #6A2CD8 !important;     /* بنفش شیک دانشگاهی */
    transform: translateX(-4px);   /* یک حرکت ظریف در هاور */
}/* End custom CSS */