:root {
    --pqrsd-red: #e51c2d;
    --pqrsd-red-dark: #c21525;
}

.pqrsd-floating-wrapper {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 9997;
}

.pqrsd-floating-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 142.4px;
    height: 60px;
    padding: 10px 10px 10px 74px;
    background: var(--pqrsd-red);
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 10px 2px rgba(10, 10, 10, 0.37);
    font-family: SeatMetaPro-Normal, 'Work Sans', sans-serif;
    font-weight: 800;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pqrsd-text {
    color: #fff;
    font-size: 1rem;
    user-select: none;
    text-shadow: 1px -1px 1px #424242;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.pqrsd-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pqrsd-icon-wrap {
    position: absolute;
    left: 0;
    top: -14px;
    transform: none;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
}

.pqrsd-icon-fallback {
    font-size: 28px;
    color: var(--pqrsd-red-dark);
}

.pqrsd-floating-btn:hover,
.pqrsd-floating-btn:focus {
    background: var(--pqrsd-red-dark);
    box-shadow: 3px 3px 12px 3px rgba(10, 10, 10, 0.38);
}

.pqrsd-floating-btn:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}
