.elementor-41840 .elementor-element.elementor-element-77a7e0c{--display:flex;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-38ba5ba *//* ===== Course Info Block ===== */

.ex-course-wrapper {
    display: grid;
    grid-template-columns: 1fr 420px; /* محتوا | پروفایل */
    gap: 30px;
    align-items: start;
}

/* ===== Info Boxes ===== */

.ex-course-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ex-course-item {
    background: #145a57;
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
}

.ex-course-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 15px;
}

.ex-course-text {
    font-size: 14px;
    opacity: 0.95;
}

/* ===== Profile Box ===== */

.ex-course-profile {
    background: #5a1f6f;
    border-radius: 18px;
    padding: 22px;
    color: #fff;
    text-align: center;
}

.ex-course-profile img {
    max-width: 100%;
    border-radius: 14px;
    margin-bottom: 14px;
}

.ex-course-profile h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.ex-course-profile .ex-course-meta {
    font-size: 14px;
    opacity: 0.9;
}

/* ===== Action Buttons ===== */

.ex-course-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.ex-course-actions a {
    flex: 1;
    text-align: center;
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff !important; /* 🔥 متن سفید */
}

.ex-btn-cash {
    background: #3bb273;
}

.ex-btn-installment {
    background: #7a3db8;
}

/* ===== Responsive ===== */

@media (max-width: 1024px) {
    .ex-course-wrapper {
        grid-template-columns: 1fr;
    }

    .ex-course-profile {
        order: -1;
    }
}

.ex-course-profile h3 {
    color: #ffffff !important;
}/* End custom CSS */