.elementor-78320 .elementor-element.elementor-element-1fb22a3c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 35px 0px #696969;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-78320 .elementor-element.elementor-element-1fb22a3c:not(.elementor-motion-effects-element-type-background), .elementor-78320 .elementor-element.elementor-element-1fb22a3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ad2bfe5 );}.elementor-78320 .elementor-element.elementor-element-5b6aa96c{--display:flex;--margin-top:122px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-78320 .elementor-element.elementor-element-24d5a3d7{text-align:center;}.elementor-78320 .elementor-element.elementor-element-24d5a3d7 .elementor-heading-title{font-size:59px;color:var( --e-global-color-primary );}.elementor-78320 .elementor-element.elementor-element-24d5a3d7 > .elementor-widget-container{margin:0px 0px -26px 0px;}.elementor-78320 .elementor-element.elementor-element-5150a0c{--display:flex;}@media(min-width:768px){.elementor-78320 .elementor-element.elementor-element-1fb22a3c{--content-width:600px;}}@media(max-width:1024px){.elementor-78320 .elementor-element.elementor-element-1fb22a3c{--padding-top:150px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-78320 .elementor-element.elementor-element-1fb22a3c{--padding-top:150px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-9397d63 *//* ==========================================
   JHA ORDERS PAGE
========================================== */

.jha-orders {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
}

.jha-orders-list {
    display: grid;
    gap: 30px;
}

/* Order Card */

.jha-order-card {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 8px 24px rgba(25,45,75,.08);
}

/* Header */

.jha-order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf1f5;
}

.jha-order-label {
    display: block;
    font-size: 15px;
    color: #7a8594;
    margin-bottom: 6px;
}

.jha-order-card h3 {
    margin: 0;
    font-size: 26px;
    color: #2f4054;
    font-weight: 700;
}

/* Status Badges */

.jha-order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
}

.jha-status-completed {
    background: #eaf8ef;
    color: #2b7d42;
}

.jha-status-processing {
    background: #eaf3ff;
    color: #2378bd;
}

.jha-status-pending,
.jha-status-on-hold {
    background: #fff8e1;
    color: #8c6700;
}

.jha-status-failed,
.jha-status-cancelled,
.jha-status-refunded {
    background: #fdeeee;
    color: #b33434;
}

/* Details */

.jha-order-details {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding: 28px 0;
}

.jha-order-detail span {
    display: block;
    margin-bottom: 8px;
    color: #7a8594;
    font-size: 15px;
}

.jha-order-detail strong {
    display: block;
    color: #2f4054;
    font-size: 20px;
    font-weight: 700;
}

.jha-order-total {
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
}

/* Product Box */

.jha-order-products {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 22px;
    min-height: 120px;
}

.jha-order-products span {
    display: block;
    color: #7a8594;
    font-size: 15px;
    margin-bottom: 10px;
}

.jha-order-products p {
    margin: 0;
    color: #2f4054;
    line-height: 1.7;
    font-size: 17px;
}

/* Actions */

.jha-order-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 28px;
}

/* Button */

.jha-order-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 260px;
    height: 56px;

    background: #2378bd;
    color: #fff !important;

    border-radius: 8px;

    font-size: 18px;
    font-weight: 700;

    text-decoration: none !important;
    white-space: nowrap;

    transition: .2s ease;
}

.jha-order-button:hover {
    background: #1b5f97;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Empty State */

.jha-orders-empty,
.jha-orders-message {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e6ebf2;
    padding: 60px 30px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(25,45,75,.08);
}

.jha-orders-empty-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #eef5ff;
    border-radius: 50%;

    color: #2378bd;
    font-size: 34px;
}

.jha-orders-empty h3,
.jha-orders-message h3 {
    margin: 0 0 10px;
    color: #2f4054;
}

.jha-orders-empty p,
.jha-orders-message p {
    margin: 0 0 25px;
    color: #6b7280;
}

/* Mobile */

@media (max-width:767px){

    .jha-order-card{
        padding:24px;
    }

    .jha-order-card-header{
        flex-direction:column;
    }

    .jha-order-details{
        grid-template-columns:1fr;
        gap:20px;
    }

    .jha-order-actions{
        justify-content:stretch;
    }

    .jha-order-button{
        width:100%;
    }
}/* End custom CSS */