.frpv5-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.frpv5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    padding: 9px 14px;
    background: #222;
    color: #fff;
    line-height: 1;
    transition: opacity .2s ease, transform .2s ease;
}

.frpv5-btn:hover,
.frpv5-btn:focus {
    opacity: .85;
}

.frpv5-btn:active {
    transform: scale(.98);
}

.frpv5-indicator {
    min-width: 58px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.frpv5-floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    background: rgba(255,255,255,.92);
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

@media (max-width: 767px) {
    .frpv5-floating {
        right: 10px;
        bottom: 10px;
    }
}
