.elementor-2291 .elementor-element.elementor-element-44b2bb79{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-2291 .elementor-element.elementor-element-acc1fd0{--display:flex;}@media(min-width:768px){.elementor-2291 .elementor-element.elementor-element-acc1fd0{--width:80%;}}/* Start custom CSS for shortcode, class: .elementor-element-142c5c02 *//* Контейнер для всех карточек */
.relive-orders-list {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

/* Сама карточка */
.relive-order-card {
    background: #DCE2D7;
    border-radius: 25px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.relive-order-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Шапка карточки */
.relive-order-header {
    font-family: Montserrat;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #252525;
}

/* Инфо-строка (статус и цена) */
.relive-order-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.relive-order-total {
    font-size: 1.2rem;
    color: #4D4D4D;
    font-weight: 400;
}

/* Стили статусов */
.relive-order-status {
    font-family: Montserrat;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 0.85rem;
    background: #FDF8F0;
}

.status-completed { background: #e6fcf5; color: #0ca678; } /* Выполнен — зеленый */
.status-processing { background: #fff4e6; color: #fd7e14; } /* В обработке — оранжевый */
.status-cancelled { background: #fff5f5; color: #fa5252; }  /* Отменен — красный */

/* Кнопка */
.relive-order-button {
    font-family: Montserrat;
    text-align: center;
    background: #4D4D4D;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: 0.3s;
    align-items: left;
    padding: 8px 20px;
}

.relive-order-button:hover {
    background: #D48166;
}/* End custom CSS */