body {
    background-image: url(../../assets/img/cartoon.gif);
    background-position: top;
    background-size: cover;
}

header.masthead {
    background-image: url(../../assets/img/bg-masthead-home-2.png);
    background-position: bottom;
    background-size: contain;
}

@media (max-width: 500px) {
    header.masthead {
        background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.1)), url(../../assets/img/bg-masthead-home-2.png);
    }

    .main-title {
        color: var(--bs-secondary) !important;
    }
}

#about.content-section {
    border-top: solid rgb(33, 37, 41) 30px;
}

.room-hot-badge {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 999px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.btn.btn-dark .room-hot-badge,
.btn.btn-secondary .room-hot-badge,
.btn.btn-warning .room-hot-badge {
    /* Let the button control background; just keep text clear */
    background: rgba(0, 0, 0, 0.15);
}

#active-rooms-list .badge + .badge {
    margin-left: 0.35rem;
}

#active-rooms-list a:hover {
    text-decoration: underline;
}

/* Match Activity card heights on desktop */
@media (min-width: 992px) {
    .activity-card {
        min-height: 260px; /* tweak up/down as needed */
    }
}