/* استایل‌های عمومی Digivam Accordion */
.digivam-accordion-item.expired .elementor-tab-title {
    background-color: #cccccc !important;
}

.digivam-expired-notice {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    background-color: #fff5f5;
}

/* دکمه‌های مدیریت - فقط در حالت ویرایش */
.digivam-accordion-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px dashed #ccc;
}

.digivam-btn {
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
}

.digivam-btn-expire {
    background: #dc3545;
    color: white;
}

.digivam-btn-expire:hover {
    background: #c82333;
}

.digivam-btn-reset {
    background: #6c757d;
    color: white;
}

.digivam-btn-reset:hover {
    background: #5a6268;
}

/* مخفی کردن دکمه‌ها در حالت عادی */
.elementor-element:not(.elementor-editor-active) .digivam-accordion-actions {
    display: none !important;
}