.hp-final-interval-wrapper{

    margin-top:12px;

}

.hp-final-interval-slider{

    width:100%;

    margin:0;

    appearance:none;
    -webkit-appearance:none;

    height:6px;

    border-radius:999px;

    background:#d8d8d8;

    outline:none;

}

.hp-final-interval-slider::-webkit-slider-thumb{

    appearance:none;
    -webkit-appearance:none;

    width:18px;
    height:18px;

    border-radius:50%;

    background:#2271b1;

    cursor:pointer;

}

.hp-final-interval-slider::-moz-range-thumb{

    width:18px;
    height:18px;

    border:none;

    border-radius:50%;

    background:#2271b1;

    cursor:pointer;

}

.hp-final-interval-value{

    margin-top:8px;

    text-align:center;

    font-weight:600;

    color:#2271b1;

    font-size:15px;

}

.hp-form__field:has(input[name="title"]) {
    display: none !important;
}

/* مخفی کردن فیلد final_interval */
.hp-field[name="final_interval"] {
    display: none !important;
}

.hp-form__field:has(input[name="price"]) {
    pointer-events: none;
    opacity: value;
}

.hp-tabs1{

border:1px solid #ddd;
border-radius:8px;
background:#fff;
overflow:hidden;

}



.hp-tabs1-nav{

display:flex;
flex-direction:row;

margin:0;
padding:0 8px;

background:#f5f5f5;

border-bottom:1px solid #ddd;

list-style:none;

}



.hp-tabs1-nav li{

position:relative;

cursor:pointer;

padding:6px 16px 0 14px;

margin:0 0 -1px 6px;

background:#e9e9e9;


border-top:1px solid #ddd;
border-right:1px solid #ddd;

border-radius:8px 8px 0 0;


display:flex;

align-items:center;

gap:6px;

transition:.25s;


}



.hp-tabs1-nav li:hover{

transform:translateY(-2px);

}



.hp-tabs1-nav li.active{

background:#fff;

transform:translateY(-4px);

box-shadow:
0 5px 12px rgba(0,0,0,.12);

}



.hp-tabs1-nav li::after{


content:"";

position:absolute;

top:-1px;

left:-10px;

width:30px;

height:102%;


background:inherit;


border-top:1px solid #ddd;
border-left:1px solid #ddd;


transform:skewX(-25deg);

z-index:1;


}



.hp-tabs1-nav li>*{

position:relative;

z-index:5;

}



.hp-tabs1-nav img{


width:32px;
height:32px;

object-fit:cover;

border-radius:6px;


}



.hp-tab-content{


display:none;

padding:12px;

opacity:0;

transform:translateY(8px);

transition:.3s;


}



.hp-tab-content.active{


display:block;

opacity:1;

transform:none;


}



.hp-tabs1-wrap ul{

list-style:none;

padding:0;

}



/* ===============================
   جدول آگهی‌ها - Marketplace Style
================================ */

.hp-listings-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    direction: rtl;
}


/* هدر جدول */

.hp-listings-table thead th {

    background: #f7f7f7;
    color: #555;

    font-size: 13px;
    font-weight: 600;

    padding: 12px;

    text-align: right;

    border-bottom: 1px solid #eee;
}



/* ردیف آگهی */

.hp-listings-table tbody tr {

    background: #fff;

    box-shadow:
    0 2px 8px rgba(0,0,0,.05);

    transition:
    transform .25s ease,
    box-shadow .25s ease;

    cursor:pointer;

}



/* فاصله بین سلول‌ها */

.hp-listings-table tbody td {

    padding: 10px 12px;

    vertical-align: middle;

    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;

}



/* اولین و آخرین سلول برای حالت کارت */

.hp-listings-table tbody td:first-child {

    border-radius: 0 10px 10px 0;

}


.hp-listings-table tbody td:last-child {

    border-radius: 10px 0 0 10px;

}



/* Hover */

.hp-listings-table tbody tr:hover {

    transform: translateY(-3px);

    box-shadow:
    0 8px 20px rgba(0,0,0,.10);

}



/* تصویر آگهی */

.hp-listings-table .hp-thumb img {

    width:55px;
    height:55px;

    object-fit:cover;

    border-radius:12px;

    box-shadow:
    0 2px 8px rgba(0,0,0,.12);

}



/* عنوان آگهی */

.hp-listings-table tbody td:nth-child(2){

    font-weight:600;

    color:#222;

}



/* قیمت */

.hp-listings-table tbody td:nth-child(4){

    font-weight:700;

    color:#0b7a42;

    font-size:15px;

}



/* تعداد */

.hp-listings-table tbody td:nth-child(3){

    color:#666;

}



/* ===============================
   Badge قیمت گذاری
================================ */

.hp-online-badge,
.hp-fixed-badge {


    display:inline-flex;

    align-items:center;

    padding:5px 10px;

    border-radius:20px;

    font-size:12px;

    font-weight:600;

}



.hp-online-badge {

    background:#e8fff1;

    color:#08783f;

}



.hp-fixed-badge {

    background:#f1f1f1;

    color:#666;

}

/* ==========================================================
   کانتینر اصلی تب‌ها
========================================================== */

.hp-tabs1 {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.hp-tabs1:hover {
    box-shadow: 0 8px 40px rgba(15, 118, 110, 0.15);
}

/* ==========================================================
   ناوبری تب‌ها - طراحی حرفه‌ای و زنده
========================================================== */

.hp-tabs1-nav {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 12px 16px 0 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    border-bottom: 2px solid #e2e8f0;
    list-style: none;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.hp-tabs1-nav::-webkit-scrollbar {
    display: none;
}

.hp-tabs1-nav li {
    position: relative;
    cursor: pointer;
    padding: 10px 20px 12px 20px;
    margin: 0 2px -2px 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    color: #64748b;
    font-size: 14px;
    white-space: nowrap;
}

.hp-tabs1-nav li::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #0F766E, #14B8A6, #06b6d4);
    border-radius: 999px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
}

.hp-tabs1-nav li:hover::before {
    width: 60%;
}

.hp-tabs1-nav li.active::before {
    width: 80%;
}

.hp-tabs1-nav li:hover {
    color: #0f172a;
    transform: translateY(-2px);
    background: rgba(15, 118, 110, 0.05);
}

.hp-tabs1-nav li.active {
    color: #0F766E;
    font-weight: 600;
    background: #ffffff;
    border-bottom: 3px solid #0F766E;
    box-shadow: 0 -4px 20px rgba(15, 118, 110, 0.12);
}

.hp-tabs1-nav li span {
    position: relative;
    z-index: 2;
}

.hp-tabs1-nav li .tab-badge {
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.hp-tabs1-nav li.active .tab-badge {
    background: linear-gradient(135deg, #0F766E, #14B8A6);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.3);
}

.hp-tabs1-nav li .currency-icon {
    font-size: 18px;
    filter: grayscale(0.5);
    transition: all 0.3s ease;
}

.hp-tabs1-nav li.active .currency-icon {
    filter: grayscale(0);
    transform: scale(1.1);
}

/* ==========================================================
   محتوای تب‌ها
========================================================== */

.hp-tab-content {
    display: none;
    padding: 20px;
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: tabFadeIn 0.4s ease forwards;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hp-tab-content.active {
    display: block;
    opacity: 1;
    transform: none;
}

/* ==========================================================
   جدول آگهی‌ها - طراحی زنده و پویا
========================================================== */

.hp-listings-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
    direction: rtl;
    font-family: inherit;
}

/* هدر جدول - طراحی مدرن با رنگ‌های زنده */

.hp-listings-table thead th {
    color: #1e293b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    text-align: right;
    border-bottom: 2px solid #cbd5e1;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.hp-listings-table thead th:first-child {
    border-radius: 0 12px 0 0;
}

.hp-listings-table thead th:last-child {
    border-radius: 12px 0 0 0;
}

.hp-listings-table thead th:first-child {
    color: #0F766E;
}

.hp-listings-table thead th:last-child {
    color: #64748b;
}

/* ردیف‌های جدول - طراحی کارتی با رنگ‌های زنده */

.hp-listings-table tbody tr {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.hp-listings-table tbody tr::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0F766E, #14B8A6, #06b6d4);
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hp-listings-table tbody tr:hover::before {
    opacity: 1;
}

.hp-listings-table tbody tr:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 118, 110, 0.15);
    background: linear-gradient(135deg, #fafcfd, #f0fdf4);
}

.hp-listings-table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border: none;
    font-size: 14px;
    color: #1e293b;
    position: relative;
}

.hp-listings-table tbody td:first-child {
    border-radius: 0 12px 12px 0;
}

.hp-listings-table tbody td:last-child {
    border-radius: 12px 0 0 12px;
}

/* ==========================================================
   ستون فروشنده - با رنگ‌های زنده
========================================================== */

.hp-vendor-cell {
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp-vendor-cell .vendor-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F766E, #14B8A6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.3);
}

.hp-vendor-cell .vendor-badge {
    font-size: 10px;
    font-weight: 700;
    color: #0F766E;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    padding: 3px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 4px rgba(15, 118, 110, 0.1);
}

.hp-vendor-cell .verified-icon {
    color: #0F766E;
    font-size: 14px;
}

/* ==========================================================
   ستون امتیاز - با رنگ‌های طلایی
========================================================== */

.hp-rating-cell {
    color: #f59e0b;
    font-weight: 600;
    font-size: 14px;
}

.hp-rating-cell .stars {
    display: inline-flex;
    gap: 2px;
    color: #fbbf24;
    text-shadow: 0 1px 4px rgba(251, 191, 36, 0.3);
}

.hp-rating-cell .stars .star-filled {
    color: #f59e0b;
}

.hp-rating-cell .stars .star-empty {
    color: #e2e8f0;
}

.hp-rating-cell .rating-number {
    color: #64748b;
    font-weight: 400;
    font-size: 12px;
    margin-right: 4px;
}

/* ==========================================================
   ستون قیمت - برجسته و زنده
========================================================== */

.hp-price-cell {
    font-weight: 700;
    font-size: 18px;
    color: #0F766E;
    letter-spacing: -0.3px;
    position: relative;
}

.hp-price-cell .price-currency {
    font-size: 13px;
    font-weight: 400;
    color: #94a3b8;
    margin-right: 2px;
}

.hp-price-cell .price-trend {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    margin-right: 8px;
}

.price-trend.up {
    color: #059669;
    background: linear-gradient(135deg, #ecfdf5, #a7f3d0);
    box-shadow: 0 1px 4px rgba(5, 150, 105, 0.2);
}

.price-trend.down {
    color: #dc2626;
    background: linear-gradient(135deg, #fef2f2, #fca5a5);
    box-shadow: 0 1px 4px rgba(220, 38, 38, 0.2);
}

.price-trend.stable {
    color: #6b7280;
    background: linear-gradient(135deg, #f3f4f6, #d1d5db);
}

/* ==========================================================
   ستون موجودی - با رنگ‌های هشدار زنده
========================================================== */

.hp-stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.hp-stock-badge .stock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s infinite;
}

.hp-stock-badge .stock-dot.high {
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
}

.hp-stock-badge .stock-dot.medium {
    background: #f59e0b;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
}

.hp-stock-badge .stock-dot.low {
    background: #ef4444;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.4);
    animation: pulse-dot-low 1s infinite;
}

@keyframes pulse-dot {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

@keyframes pulse-dot-low {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* ==========================================================
   ستون انتقال - با رنگ‌های متنوع
========================================================== */

.hp-transfer-method {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    color: #1e293b;
    transition: all 0.3s ease;
}

.hp-transfer-method:hover {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
    transform: scale(1.05);
}

.hp-transfer-method .method-icon {
    font-size: 14px;
}

/* ==========================================================
   ستون تاریخ
========================================================== */

.hp-listings-table tbody td:last-child {
    font-size: 12px;
    color: #94a3b8;
    direction: ltr;
    text-align: left;
}

.hp-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 10px;
    background: #f8fafc;
    border-radius: 999px;
    font-size: 11px;
    color: #64748b;
}

/* ==========================================================
   پیام خالی بودن جدول - با رنگ‌های زنده
========================================================== */

.hp-listings-table tbody tr:has(td[colspan]) {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    box-shadow: none;
}

.hp-listings-table tbody tr:has(td[colspan]) td {
    text-align: center;
    color: #64748b;
    font-size: 15px;
    padding: 40px 20px;
    font-weight: 500;
}

.hp-listings-table tbody tr:has(td[colspan]) td::before {
    content: '📭 ';
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

/* ==========================================================
   ریسپانسیو
========================================================== */

@media (max-width: 1024px) {
    .hp-listings-table thead th {
        font-size: 11px;
        padding: 10px 12px;
    }

    .hp-listings-table tbody td {
        font-size: 13px;
        padding: 10px 12px;
    }

    .hp-price-cell {
        font-size: 16px;
    }

    .hp-tabs1-nav li {
        padding: 8px 14px 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .hp-tabs1 {
        border-radius: 12px;
    }

    .hp-tabs1-nav {
        padding: 8px 12px 0 12px;
        gap: 2px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .hp-tabs1-nav li {
        padding: 8px 12px 10px 12px;
        font-size: 12px;
        flex-shrink: 0;
        gap: 6px;
    }

    .hp-tab-content {
        padding: 12px;
    }

    /* جدول موبایل - اسکرول افقی */

    .hp-listings-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        min-width: 700px;
    }

    .hp-listings-table thead th,
    .hp-listings-table tbody td {
        padding: 10px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .hp-price-cell {
        font-size: 15px;
    }

    .hp-listings-table tbody td:first-child {
        border-radius: 0 8px 8px 0;
    }

    .hp-listings-table tbody td:last-child {
        border-radius: 8px 0 0 8px;
    }
}

@media (max-width: 480px) {
    .hp-tabs1-nav li {
        font-size: 11px;
        padding: 6px 10px 8px 10px;
    }

    .hp-tabs1-nav li .tab-badge {
        font-size: 9px;
        padding: 1px 6px;
    }

    .hp-listings-table {
        min-width: 600px;
    }

    .hp-listings-table thead th,
    .hp-listings-table tbody td {
        padding: 8px 10px;
        font-size: 11px;
    }

    .hp-price-cell {
        font-size: 14px;
    }
}

/* ==========================================================
   اسلایدر و فرم (بدون تغییر)
========================================================== */

.hp-final-interval-wrapper {
    margin-top: 12px;
}

.hp-final-interval-slider {
    width: 100%;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d8d8d8, #0F766E);
    outline: none;
}

.hp-final-interval-slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F766E, #14B8A6);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.4);
}

.hp-final-interval-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F766E, #14B8A6);
    cursor: pointer;
}

.hp-final-interval-value {
    margin-top: 8px;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(135deg, #0F766E, #14B8A6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.hp-form__field:has(input[name="title"]) {
    display: none !important;
}

.hp-field[name="final_interval"] {
    display: none !important;
}

.hp-form__field:has(input[name="price"]) {
    pointer-events: none;
    opacity: value;
}

.hp-tabs1-wrap ul {
    list-style: none;
    padding: 0;
}

/* ==========================================================
   رنگ‌بندی زنده اضافی - حالت‌های خاص
========================================================== */

/* ردیف‌های زوج و فرد */
.hp-listings-table tbody tr:nth-child(even) {
    background: #fafcfd;
}

.hp-listings-table tbody tr:nth-child(even):hover {
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
}

/* نشان‌گر جدید بودن */
.hp-new-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: pulse-badge 2s infinite;
    margin-right: 4px;
}

@keyframes pulse-badge {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(0.95); }
}

/* نشان ویژه (ویآی‌پی) */
.hp-vip-badge {
    display: inline-block;
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
}

/* تگ‌های رنگی برای دسته‌بندی */
.hp-tag {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.hp-tag.blue {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.hp-tag.green {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.hp-tag.purple {
    background: linear-gradient(135deg, #ede9fe, #c4b5fd);
    color: #5b21b6;
}

.hp-tag.orange {
    background: linear-gradient(135deg, #fed7aa, #fdba74);
    color: #9a3412;
}

/* ===============================
   موبایل
================================ */

@media(max-width:768px){

/* 
.hp-listings-table thead {

    display:none;

}


.hp-listings-table,
.hp-listings-table tbody,
.hp-listings-table tr,
.hp-listings-table td {

    display:block;

    width:100%;

}


.hp-listings-table tbody tr {

    margin-bottom:12px;

    padding:10px;

}



.hp-listings-table tbody td {

    border:none;

    padding:5px 10px;

}



.hp-listings-table .hp-thumb {

    float:right;

    width:auto;

}



}*/

#billing_transfertypes_field,
#swift_bank_code_field,
#swift_account_number_field,
#etransfer_email_field,
#etransfer_security_question_field,
#etransfer_security_Answer_field {
    direction: ltr;
    text-align: left;
}

#swift_bank_code_field input,
#swift_account_number_field input,
#etransfer_email_field input,
#etransfer_security_question_field input,
#etransfer_security_Answer_field input {
    direction: ltr;
    text-align: left;
}
	
	/*====================================================
=            Order Action Buttons (AniXChange)       =
====================================================*/

.hp-order__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:flex-start;
    align-items:center;
    margin-top:15px;
}

/* دکمه‌ها */
.hp-order__action,
.hp-order__actions .button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    min-width:135px;
    height:46px;

    padding:0 18px;

    border-radius:12px;

    font-size:15px;
    font-weight:600;

    text-decoration:none;

    transition:all .25s ease;

    border:none;

    box-shadow:
        0 3px 10px rgba(0,0,0,.08);

    color:#fff;
}

/* آیکون */
.hp-order__action i{
    font-size:16px;
}

/************************************************
 تماس با فروشنده
************************************************/

.hp-order__action--message{
    background:#2563eb;
}

.hp-order__action--message:hover{
    background:#1d4ed8;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(37,99,235,.35);
}

/************************************************
 تحویل
************************************************/

.hp-order__action--deliver{

    background:#16a34a;
}

.hp-order__action--deliver:hover{

    background:#15803d;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(22,163,74,.35);
}

/************************************************
 تکمیل سفارش
************************************************/

.hp-order__action--complete{

    background:#0891b2;
}

.hp-order__action--complete:hover{

    background:#0e7490;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(8,145,178,.35);
}

/************************************************
 اختلاف
************************************************/

.hp-order__action--dispute{

    background:#dc2626;
}

.hp-order__action--dispute:hover{

    background:#b91c1c;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(220,38,38,.35);
}

/************************************************
 بازپرداخت
************************************************/

.hp-order__action--refund{

    background:#ea580c;
}

.hp-order__action--refund:hover{

    background:#c2410c;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(234,88,12,.35);
}

/************************************************
 افکت کلی
************************************************/

.hp-order__action:active{
    transform:scale(.96);
}

.hp-order__action:hover i{
    transform:scale(1.15);
    transition:.2s;
}

/************************************************
 موبایل
************************************************/

@media(max-width:768px){

    .hp-order__actions{

        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .hp-order__action,
    .hp-order__actions .button{

        width:100%;
        min-width:auto;
    }

}