/* room-buttons — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
.room-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 43px;
    width: 100%;
}

.room-buttons a {
        font-family: pfspekk-var-semibold;
        font-size: 14px;
        line-height: 1em;
        border: 1px solid #6E2D40;
        padding: 11px 13px 10px 13px;
        margin: 0 6px 12px 6px;
        background-color: white;
        color: #6E2D40;
        text-transform: uppercase;
        white-space: nowrap;
        text-decoration: none;
        border-radius: 12px;
        letter-spacing: 2px;
    }

@media (min-width: 768px) {
  .room-buttons a {
        margin: 0 12px 12px 12px;
    }
}

.room-buttons a:hover {
    background-color: #6E2D40;
    color: white;
    border: 1px solid #6E2D40;
}

.room-buttons a:active {
    background-color: #6E2D40;
    color: white;
}

.room-buttons a.selected {
    background-color: #6E2D40 !important;
    color: white;
}
