/* Smoke in Dubai Management Plugin - Frontend Styles */
.vape-specifications {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #ff6b35;
}

.vape-specifications h3 {
    color: #ff6b35;
    margin-top: 0;
    margin-bottom: 15px;
}

.vape-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vape-specs-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.vape-specs-list li:last-child {
    border-bottom: none;
}

.vape-specs-list strong {
    color: #333;
}

/* Product enhancements */
.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-badge {
    background: #ff6b35;
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}

.product-badge.new {
    background: #28a745;
}

.product-badge.sale {
    background: #dc3545;
}

.product-badge.featured {
    background: #ffc107;
    color: #000;
}

/* Dubai-specific styling */
.dubai-delivery-info {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 20px 0;
}

.dubai-delivery-info h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.dubai-delivery-info p {
    margin: 0;
    font-size: 14px;
}

/* Arabic RTL support */
.rtl .vape-specs-list li {
    direction: rtl;
    text-align: right;
}

.rtl .product-badges {
    left: auto;
    right: 10px;
}
