/* Base overrides for Bảng Báo Giá Mỹ Phẩm */
body {
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    background-color: #fafafa;
}

.brand-header {
    background-color: #f5d6d6;
    text-align: center;
    font-weight: 700;
    padding: 12px 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-table img.product-thumb {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

/* Product form image preview */
#img-preview {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 4px;
}

.price-table th {
    background-color: #f5d6d6;
    vertical-align: middle;
}

.price-table td {
    vertical-align: middle;
}
