@charset "UTF-8";

.promoted-list {
    /* padding-top: 113px; */
}
html[lang="ar"] .promoted-list .user-details .span-2::after {
    content: "";
    position: absolute;
    left: 121px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
html[lang="ar"] .promoted-list .col2 .span-2::after {
    content: "";
    position: absolute;
    left: 117px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
.promoted-list .tabs div:hover {
    background-color: rgba(240, 82, 113, 0.1019607843);
    color: #f05271;
    border-radius: 25px;
}

.promoted-list .tabs div i:hover {
    color: #f05271;
}

.promoted-list .tabs div img {
    margin-right: 10px;
}

.promoted-list .tabs div i {
    margin-right: 10px;
}

.promoted-list .profile-img {
    position: absolute;
    top: 50%;
    left: 32%;
    height: 111px;
    width: 111px;
}

.promoted-list .col2 .span-1 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
}

.promoted-list .col2 .top-content {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.promoted-list .col2 .span-2 {
    font-size: 14px;
    color: #f05271;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
}
.promoted-list .col2 p {
    color: #808080;
    font-weight: 400;
    font-size: 14px;
}
html[lang="en"] .promoted-list .col2 .row2 p {
    margin-left: 10px;
}
html[lang="ar"] .promoted-list .col2 .row2 p {
    margin-right: 10px;
}

.promoted-list .promotion-table {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

/* ----------- Desktop zebra rows ----------- */
.promoted-list .promotion-table .promotion-row:nth-child(odd) {
    background: #ffffff;
    /* الصف الفردي */
}

.table-wrapper {
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #ffffff;
}

.promoted-list .promotion-table .promotion-row:nth-child(even) {
    background-color: #e7e7ed;
    /* الصف الزوجي أغمق شوية */
}

.promoted-list .promotion-row {
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.7fr;
    gap: 20px;
    padding: 20px;
    border-radius: b;
}

.promoted-list .divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

/* ----------- BASIC TEXT STYLE ----------- */
.promoted-list .col p {
    margin: 6px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.promoted-list .label {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    min-width: 33px;
    /* يحافظ على محاذاة جميلة */
}

.promoted-list .project {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    min-width: 90px;
}

.promoted-list .value {
    display: flex;
    align-items: flex-start;
    height: 21px;
    gap: 6px;
}

.promoted-list .bold {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.promoted-list .icon {
    width: 20px;
    height: 20px;
}

.promoted-list .project-icon {
    color: #2ecc71;
}

.promoted-list .icon-profile {
    color: #8379b8;
}

.promoted-list .notice {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #808080;
    margin-bottom: 21px;
}

.promoted-list .notice-content {
    font-weight: 700;
}

/* Status Colors */
.promoted-list .status {
    font-weight: 700;
}

.promoted-list .status.ongoing {
    color: #2ecc71;
}

.promoted-list .status.expired {
    color: #e74c3c;
}

.promoted-list .text {
    font-weight: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
}

/* ----------- MOBILE VIEW → CARD ----------- */
@media (max-width: 768px) {
    .promoted-list .promotion-row {
        display: block !important;
        /* كارد */
        padding: 18px;
        border: 1px solid #eee;
        border-radius: 14px;
        margin-bottom: 18px;
        background: #fff;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
        /* الشادو */
    }

    .promoted-list .promotion-table {
        border: none !important;
        padding: 0 !important;
    }

    /* شيل الـ divider لأنه للـ desktop فقط */
    .promoted-list .divider {
        display: none !important;
    }

    /* فاصل بين كل عمود جوا الكارد */
    .promoted-list .promotion-row .col {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e5e5e5;
    }

    /* آخر واحد من غير خط */
    .promoted-list .promotion-row .col:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* label + value زي ما اتفقنا */
    .promoted-list .label {
        min-width: 37px;
    }

    .promoted-list .icon {
        width: 20px;
    }

    .promoted-list .promotion-row .col {
        padding-left: 10px;
        /* يبعد المحتوى عن الشمال */
    }

    .promoted-list .promotion-row .col p {
        padding-left: 5px;
        /* زيادة خفيفة للتحكم */
    }
}
@media (max-width: 1082px) {
    .promoted-list .center-container .row {
        flex-direction: column;
    }
}
@media (max-width: 478px) {
    .col-project {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .promoted-list .col p {
        align-items: flex-start;
    }
}

/*# sourceMappingURL=promotedList.css.map */
