body{overflow-x:hidden;font-size:16px;line-height:28px;font-family:'Quicksand',sans-serif !important;color:#000000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.stays-more-options-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.15rem 0;
    color: rgb(108 114 128);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    transition: opacity 180ms ease, transform 180ms ease;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    font-display: swap;
    /* Consistent sizing to prevent button width changes */
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

/* Only hide if fonts aren't loaded yet */
.material-symbols-outlined {
    font-display: swap;
}
