.elementor-1364 .elementor-element.elementor-element-2e38f00{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1364 .elementor-element.elementor-element-2e38f00 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1364 .elementor-element.elementor-element-2e38f00:after{content:"0.66";}.elementor-1364 .elementor-element.elementor-element-2e38f00 .elementor-post__thumbnail__link{width:100%;}.elementor-1364 .elementor-element.elementor-element-2e38f00 .elementor-post__meta-data span + span:before{content:"///";}.elementor-1364 .elementor-element.elementor-element-2e38f00.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1364 .elementor-element.elementor-element-2e38f00.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1364 .elementor-element.elementor-element-2e38f00.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-1364 .elementor-element.elementor-element-2e38f00 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1364 .elementor-element.elementor-element-2e38f00:after{content:"0.5";}.elementor-1364 .elementor-element.elementor-element-2e38f00 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS *//* ===== تصميم أسود وذهبي مطفي ===== */
    .medical-article {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.8;
        color: #E8E8E8;
        background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .medical-article h2 {
        color: #D4AF6A;
        font-size: 32px;
        font-weight: 700;
        margin: 40px 0 20px 0;
        padding-bottom: 15px;
        border-bottom: 3px solid #C9A961;
        text-align: right;
    }

    .medical-article h3 {
        color: #E0C589;
        font-size: 24px;
        font-weight: 600;
        margin: 30px 0 15px 0;
        text-align: right;
    }

    .medical-article p {
        font-size: 18px;
        margin: 15px 0;
        text-align: right;
        color: #D1D1D1;
    }

    .medical-article ul,
    .medical-article ol {
        margin: 20px 0;
        padding-right: 30px;
        text-align: right;
    }

    .medical-article li {
        margin: 10px 0;
        font-size: 17px;
        color: #D1D1D1;
    }

    .medical-article strong {
        color: #D4AF6A;
        font-weight: 600;
    }

    /* جداول احترافية */
    .medical-table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        background: #1a1a1a;
        border: 2px solid #C9A961;
        box-shadow: 0 4px 15px rgba(201, 169, 97, 0.2);
        overflow: hidden;
        border-radius: 8px;
    }

    .medical-table thead {
        background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    }

    .medical-table th {
        padding: 18px 15px;
        text-align: right;
        color: #D4AF6A;
        font-weight: 700;
        font-size: 17px;
        border-bottom: 2px solid #C9A961;
        border-right: 1px solid #3a3a3a;
    }

    .medical-table td {
        padding: 15px;
        text-align: right;
        color: #D1D1D1;
        font-size: 16px;
        border-bottom: 1px solid #2a2a2a;
        border-right: 1px solid #2a2a2a;
    }

    .medical-table tbody tr:hover {
        background: #252525;
        transition: all 0.3s ease;
    }

    /* صندوق التحذير */
    .warning-box {
        background: linear-gradient(135deg, #2a1a1a 0%, #1a1010 100%);
        border-right: 5px solid #C9A961;
        padding: 20px 25px;
        margin: 25px 0;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(201, 169, 97, 0.15);
    }

    .warning-box p {
        margin: 0;
        color: #E0C589;
        font-size: 17px;
        line-height: 1.7;
    }

    /* صندوق الملاحظة */
    .note-box {
        background: linear-gradient(135deg, #1a1a2a 0%, #10101a 100%);
        border-right: 5px solid #8B7355;
        padding: 20px 25px;
        margin: 25px 0;
        border-radius: 8px;
    }

    .note-box p {
        margin: 0;
        color: #D1D1D1;
        font-size: 16px;
    }

    /* إحصائيات */
    .stats-box {
        background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
        border: 2px solid #C9A961;
        padding: 25px;
        margin: 30px 0;
        border-radius: 10px;
    }

    .stats-box ul {
        list-style: none;
        padding: 0;
    }

    .stats-box li {
        padding: 10px 0;
        border-bottom: 1px solid #2a2a2a;
        font-size: 17px;
    }

    .stats-box li:last-child {
        border-bottom: none;
    }

    /* روابط خارجية */
    .external-link {
        color: #D4AF6A;
        text-decoration: none;
        border-bottom: 1px dotted #C9A961;
        transition: all 0.3s ease;
    }

    .external-link:hover {
        color: #E0C589;
        border-bottom: 1px solid #E0C589;
    }

    /* بطاقة الطبيب */
    .doctor-card {
        background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
        border: 3px solid #C9A961;
        border-radius: 15px;
        padding: 30px;
        margin: 40px 0;
        display: flex;
        align-items: center;
        gap: 30px;
        box-shadow: 0 6px 20px rgba(201, 169, 97, 0.3);
    }

    .doctor-image {
        flex-shrink: 0;
    }

    .doctor-image img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 4px solid #D4AF6A;
        object-fit: cover;
    }

    .doctor-info {
        flex-grow: 1;
        text-align: right;
    }

    .doctor-info h3 {
        color: #D4AF6A;
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .doctor-info .subtitle {
        color: #E0C589;
        font-size: 20px;
        margin: 5px 0;
    }

    .doctor-info .credentials {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .doctor-info .credentials li {
        padding: 8px 0;
        color: #D1D1D1;
        font-size: 16px;
        border-bottom: 1px solid #2a2a2a;
    }

    .doctor-info .credentials li:before {
        content: "✓ ";
        color: #D4AF6A;
        font-weight: bold;
        margin-left: 8px;
    }

    .doctor-contact {
        display: flex;
        gap: 15px;
        margin-top: 20px;
        justify-content: flex-end;
    }

    .contact-btn {
        background: linear-gradient(135deg, #C9A961 0%, #B8976B 100%);
        color: #0a0a0a;
        padding: 12px 25px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: all 0.3s ease;
        border: 2px solid #D4AF6A;
    }

    .contact-btn:hover {
        background: linear-gradient(135deg, #D4AF6A 0%, #C9A961 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4);
    }

    /* FAQ */
    .faq-item {
        background: #1a1a1a;
        border-right: 4px solid #C9A961;
        padding: 20px;
        margin: 20px 0;
        border-radius: 8px;
    }

    .faq-item h4 {
        color: #D4AF6A;
        font-size: 20px;
        margin: 0 0 15px 0;
        text-align: right;
    }

    .faq-item p {
        margin: 0;
        color: #D1D1D1;
    }

    /* مكان إضافة الانفوجرافيك */
    .infographic-placeholder {
        text-align: center;
        padding: 30px;
        background: #1a1a1a;
        border: 2px dashed #C9A961;
        border-radius: 10px;
        margin: 30px 0;
        color: #D4AF6A;
    }

    @media (max-width: 768px) {
        .doctor-card {
            flex-direction: column;
            text-align: center;
        }

        .doctor-info {
            text-align: center;
        }

        .doctor-contact {
            justify-content: center;
        }
    }/* End custom CSS */