.sapphire-layout-strip {
    width: 100%;
    border-block-end: 1px solid rgba(255, 255, 255, .08);
    color: #f4f7fb;
    background: linear-gradient(90deg, #101a2a 0%, #183453 100%);
}

.sapphire-layout-strip__wrap {
    width: 100%;
    padding-inline: clamp(.85rem, 2.2vw, 2rem);
}

.sapphire-layout-strip__inner {
    display: flex;
    gap: .75rem;
    align-items: center;
    padding-block: .6rem;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sapphire-layout-strip__inner::-webkit-scrollbar {
    display: none;
}

.sapphire-layout-strip__item,
.sapphire-layout-strip__current {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: .45rem 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.sapphire-layout-strip__item {
    color: rgba(244, 247, 251, .82);
    background: rgba(255, 255, 255, .08);
}

.sapphire-layout-strip__item:hover,
.sapphire-layout-strip__item:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.sapphire-layout-strip__current {
    border-color: rgba(242, 211, 139, .72);
    color: #0f1623;
    background: #f2d38b;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}
