/* ==========================================================================
   Tanzania Beach Safaris — Accommodations listing page styling.
   Loaded only on Accommodations.php, after the base theme stylesheet
   (assets/css/app.css), so these rules override/extend it without
   touching the shared theme file. Extracted from an inline <style>
   block that used to sit directly in Accommodations.php.
   ========================================================================== */

.tbs-accom-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 9px;
    border-radius: 999px;
    background: rgba(193, 98, 45, 0.1);
    color: #C1622D;
    font-size: 0.72rem;
    font-weight: 600;
    vertical-align: middle;
}
.tbs-accom-badge--level {
    background: rgba(255, 190, 61, 0.18);
    color: #8c6d46;
}
