body {
    background-color: #f4f7fb;
}

.card {
    border: none;
}

.card.shadow-sm {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08) !important;
}

.navbar-brand {
    letter-spacing: 0.03em;
}

.navbar .navbar-text {
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
    margin: 0;
}

.navbar .nav-link {
    display: flex;
    align-items: center;
}

.nav-user-name {
    font-weight: 500;
}

.owner-listings-banner h2 {
    font-size: 1.15rem;
}

.listing-card-placeholder {
    background: repeating-linear-gradient(
        45deg,
        #e9eef7,
        #e9eef7 12px,
        #f6f8fc 12px,
        #f6f8fc 24px
    );
    color: #6c757d;
    font-weight: 500;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.listing-card .card-body {
    padding: 1rem;
}

.listing-card .card-title {
    font-size: 1.05rem;
    min-height: 2.5rem;
}

.listing-card .card-text {
    font-size: 0.9rem;
}

.listing-card .badge {
    font-size: 0.7rem;
}

.listing-card-actions form {
    margin: 0;
}

.listing-card-actions .btn {
    flex: 1;
}

.listing-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.listing-detail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.category-bar {
    background-color: #fff;
    border: 1px solid #dfe5ef;
}

.category-bar .btn {
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-size: 0.85rem;
}

.category-bar .btn-primary {
    background-color: #1f6feb;
    border-color: #1f6feb;
}

.category-bar .btn-outline-secondary {
    color: #5e6d82;
}

.category-event-pill {
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
}

.filter-toolbar label {
    font-size: 0.85rem;
    color: #5e6d82;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.filter-dropdown-wrapper .dropdown-menu {
    min-width: 320px;
    width: 420px;
    max-width: 90vw;
}

.filter-dropdown-toggle {
    text-transform: none;
}

.filter-toolbar .btn-primary {
    min-width: 140px;
}
