.elementor-560 .elementor-element.elementor-element-f464f6e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-f464f6e *//* General container styling */
#page-560.post-560 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    direction: rtl; /* Ensure RTL for Arabic */
    font-family: 'Tajawal', 'Arial', sans-serif; /* Arabic-friendly font */
}

/* Header styling */
.post-header .page-title {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e74c3c;
    padding-bottom: 10px;
}

/* Navigation menu styling */
.woocommerce-MyAccount-navigation {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.woocommerce-MyAccount-navigation li {
    margin: 0 10px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 20px;
    color: #34495e;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: #e74c3c;
    color: #fff;
}

/* Content area styling */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content strong {
    color: #2c3e50;
    font-weight: 700;
}

.woocommerce-MyAccount-content a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Notices wrapper */
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

/* Responsive design */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        align-items: center;
    }

    .woocommerce-MyAccount-navigation li {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }

    .woocommerce-MyAccount-navigation li a {
        padding: 10px;
        font-size: 1rem;
    }

    .post-header .page-title {
        font-size: 2rem;
    }

    #page-560.post-560 {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content {
        padding: 15px;
    }

    .post-header .page-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */