﻿.bg-brand {
    background: radial-gradient(1200px 600px at -10% -10%, #4cc3ff 0%, rgba(76,195,255,0) 50%), linear-gradient(135deg, #0066ff 0%, #00c2ff 100%);
}

.price-tag {
    background: rgba(255,255,255,.15);
    border-radius: 14px;
    padding: .5rem .9rem;
    display: inline-block;
}

.btn, .form-select {
    border-radius: 12px;
}

.table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table tbody tr:nth-child(even) {
    background: #fafbff;
}

.form-control {
    border-radius: 10px;
}
