.emergency-exit-wrapper-c600e55c {
    display: inline-block;
}

.emergency-exit-wrapper-c600e55c.is-floating {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
}

.emergency-exit-btn-c600e55c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #48A2E6; 
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.emergency-exit-btn-c600e55c:hover {
    background-color: #15BF7F;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.emergency-exit-icon-c600e55c {
    display: inline-flex;
}

.emergency-exit-icon-c600e55c svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
