.fc-wrapper-f7ffae7d {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.admin-bar .fc-wrapper-f7ffae7d {
    bottom: calc(30px + var(--wp-admin--admin-bar--height, 32px));
}

.fc-btn-f7ffae7d {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e2d4a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    height: 56px;
    min-width: 56px;
    padding: 0 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    white-space: nowrap;
}

.fc-icon-wrapper-f7ffae7d {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fc-btn-f7ffae7d svg {
    fill: #ffffff;
    transition: transform 0.3s ease;
}

.fc-btn-text-f7ffae7d {
    max-width: 0;
    opacity: 0;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 0;
}

/* Hover effect or Expanded State */
.fc-wrapper-f7ffae7d:hover .fc-btn-f7ffae7d,
.fc-wrapper-f7ffae7d.fc-scrolled .fc-btn-f7ffae7d {
    padding: 0 24px;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.fc-wrapper-f7ffae7d:hover .fc-btn-text-f7ffae7d,
.fc-wrapper-f7ffae7d.fc-scrolled .fc-btn-text-f7ffae7d {
    max-width: 300px;
    opacity: 1;
    margin-left: 4px;
}

.fc-wrapper-f7ffae7d:hover svg,
.fc-wrapper-f7ffae7d.fc-scrolled svg {
    transform: scale(1.1);
}
