.fcb-0fc02d09-bar {
position: fixed;
top: var(--fcb-top, 45%);
right: 0;
bottom: auto;
left: auto;
transform: translateY(-50%);
z-index: var(--fcb-z, 99999);
pointer-events: none;
width: auto;
max-width: none;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.fcb-0fc02d09-nav {
display: flex;
flex-direction: column;
gap: var(--fcb-gap, 8px);
list-style: none;
margin: 0;
padding: 0;
align-items: flex-end;
}
.fcb-0fc02d09-btn {
display: flex;
align-items: center;
justify-content: center;
width: var(--fcb-btn-w, 120px);
height: var(--fcb-btn-h, 58px);
text-decoration: none;
border: none;
cursor: pointer;
transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
pointer-events: auto;
border-radius: var(--fcb-radius, 18px) 0 0 var(--fcb-radius, 18px);
box-sizing: border-box;
position: relative;
outline: none;
}
.fcb-0fc02d09-btn-mobile {
display: none !important;
}
.fcb-0fc02d09-btn-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
}
.fcb-0fc02d09-btn:hover {
transform: translateX(calc(-1 * var(--fcb-hover, 8px)));
box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
}
.fcb-0fc02d09-btn:hover {
background-color: var(--fcb-btn-bg-hover) !important;
color: var(--fcb-btn-icon-hover) !important;
}
.fcb-0fc02d09-btn:hover .fcb-0fc02d09-icon svg {
fill: var(--fcb-btn-icon-hover, currentColor);
}
.fcb-0fc02d09-btn:focus-visible {
outline: 2px solid #005fcc;
outline-offset: 2px;
} .fcb-0fc02d09-icon {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
color: inherit;
}
.fcb-0fc02d09-icon i {
font-size: var(--fcb-icon-sz, 22px);
color: inherit;
}
.fcb-0fc02d09-icon svg {
fill: currentColor;
width: var(--fcb-icon-sz, 22px);
height: var(--fcb-icon-sz, 22px);
} .fcb-0fc02d09-label {
font-size: var(--fcb-label-sz, 11px);
line-height: 1.2;
text-align: center;
color: inherit;
font-weight: 500;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 4px;
} .fcb-0fc02d09-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @media (max-width: 1024px) {
.fcb-0fc02d09-bar {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: 0;
transform: none;
width: 100%;
}
.fcb-0fc02d09-nav {
flex-direction: row;
gap: 0;
width: 100%;
align-items: stretch;
}
.fcb-0fc02d09-btn {
flex: 1 1 0%;
width: auto;
height: var(--fcb-mob-h, 56px);
border-radius: 0;
}
.fcb-0fc02d09-btn-desktop {
display: none !important;
}
.fcb-0fc02d09-btn-mobile {
display: flex !important;
}
.fcb-0fc02d09-btn:hover {
transform: none;
}
.fcb-0fc02d09-hide-mobile {
display: none;
}
} @media (min-width: 1025px) {
.fcb-0fc02d09-hide-desktop {
display: none;
}
} .fcb-0fc02d09-editor-preview {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
transform: none;
width: auto;
z-index: auto;
pointer-events: auto;
}
.fcb-0fc02d09-editor-preview .fcb-0fc02d09-nav {
flex-direction: column;
align-items: flex-end;
}
.fcb-0fc02d09-editor-preview .fcb-0fc02d09-btn {
pointer-events: auto;
}