.elementor-378 .elementor-element.elementor-element-64519cea{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3af47be */.blog_top {
    display: none;
}


/* کانتینر اصلی */
.order-status-container,
.order-status-result {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-family: 'yekanbakhpor', sans-serif;
}

.order-status-container {
    background-color: #F1F3FC;
    border: 1px solid #F1F3FC;
}

.order-status-result {
    border: 1px solid #ddd;
}

/* عنوان‌ها */
.order-status-title,
.order-status-result-title {
    font-size: 16px;
    margin: 0 0 15px 0;
}

/* فرم */
.order-status-form {
    margin: 20px 0;
}

.order-status-input {
    width: 59%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.order-status-submit {
    padding: 10px 20px;
    background: #53A7B1;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    width: 40%;
    font-family: 'yekanbakhpor', sans-serif;
}

/* نتیجه */
.order-not-found {
    color: red;
    text-align: center;
    margin: 20px 0;
}

.order-status-info {
    font-size: 16px;
    margin: 15px 0;
}

.order-status {
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
}

/* استایل‌های وضعیت */
.status-completed { 
    background: #d4edda; 
    color: #155724; 
}
.status-processing { 
    background: #fff3cd; 
    color: #856404; 
}
.status-on-hold { 
    background: #f8d7da; 
    color: #721c24; 
}
.status-failed { 
    background: #f5c6cb; 
    color: #721c24; 
}

/* دکمه‌ها */
.order-status-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;

}

.view-order-btn {
    background: #53A7B1;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(83, 167, 177, 0.3);
    display: inline-block;
    transition: all 0.3s ease;
}

.check-another-btn {
    background: white;
    color: #666;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    display: inline-block;
    transition: all 0.3s ease;
}

.view-order-btn:hover {
    transform: translateY(-2px);
}

.check-another-btn:hover {
    background: #f8f9fa;
    color: #333;
}

input.order-status-input {
    height: 48px;
    border-radius: 12px !important;
}

/* ریسپانسیو */
@media (max-width: 600px) {
    .order-status-container,
    .order-status-result {
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    
    .order-status-input,
    .order-status-submit {
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .order-status-title,
    .order-status-result-title {
        font-size: 14px;
    }
    
    .order-status {
        font-size: 14px;
    }
    
    .order-status-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .view-order-btn,
    .check-another-btn {
        width: 100%;
        padding: 12px;
    }
}

h4.order-status-title {
    font-size: 16px;
    font-family: 'yekanbakhpor';
}

button.order-status-submit:hover{
  font-family: 'yekanbakhpor', sans-serif;
}


a.view-order-btn:hover {
    color: #ffffff;
}/* End custom CSS */