.fp-mystery-hero__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.fp-mystery-hero__bar-start {
    min-width: 0;
}

.fp-mystery-hero__bar .fp-mystery-hero__badge {
    margin-bottom: 0;
}

.fp-mystery-box-tour-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 42px;
    padding: 10px 20px;
    border: 1px solid #c88412;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe08a 0%, #f2b84b 48%, #d8921d 100%);
    box-shadow: 0 8px 18px rgba(216, 146, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    color: #4a3200;
    font: 700 14px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.fp-mystery-box-tour-help:hover,
.fp-mystery-box-tour-help:focus-visible {
    filter: brightness(1.03);
    transform: translateY(-1px);
    outline: none;
}

.fp-mystery-box-tour-help:active {
    transform: translateY(0);
}

@media (max-width: 640px) {
    .fp-mystery-hero__bar {
        flex-wrap: wrap;
    }

    .fp-mystery-box-tour-help {
        margin-left: auto;
    }
}
