.fhb-button {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    overflow: hidden;
    transition: transform 0.2s ease;
}

.fhb-button img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* que lo llene sin deformarse */
    display: block;
}

.fhb-button:hover {
    transform: scale(1.05);
}
.fhb-left {
    left: 20px;
}
.fhb-right {
    right: 20px;
}

.toplevel_page_floating-home-button img {
    height: 18px !important;
    width: auto !important;
    object-fit: contain;
}