/* Catalog Light Theme (t1) */
.company-b2b-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    transition: 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.company-b2b-card:hover {
    border-color: #2563eb;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.1);
}
.slot-grid-5min {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
    gap: 6px;
    margin-top: 10px;
}
.btn-slot-select {
    padding: 6px 2px;
    font-size: 11px;
    font-family: 'JetBrains Mono', monospace;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #16a34a;
    transition: 0.15s;
    user-select: none;
    font-weight: 600;
}
.btn-slot-select:hover {
    background: #16a34a;
    color: #ffffff;
    font-weight: 700;
}
.btn-slot-busy {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
    cursor: not-allowed;
    opacity: 0.75;
}
.my-booking-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 8px;
}
.offer-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.45;
}
.offer-title {
    color: #0369a1;
    font-weight: 700;
    margin-bottom: 2px;
}
.offer-text {
    color: #1e293b;
}
.needs-title {
    color: #b45309;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 2px;
}
.needs-text {
    color: #334155;
}
