.support-widget {
    position: fixed;
    inset: auto 0 0 auto;
    margin: 0 40px 30px 0;
    z-index: 1050;
}

.support-toggle {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    border: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-panel {
    position: fixed;
    width: 380px;
    height: 860px;
    margin: 0 114px 36px 0;
    inset: auto 0 0 auto;

    background: var(--bs-white);
    border-radius: 30px;
    overflow: hidden;
    display: none;
}

.support-header {
    position: relative;
    background: #f5a700;
    padding: 14px 0;

    & h2 {
        text-align: center;
        font-size: 1.1em;
        font-weight: normal;
        color: var(--bs-white);
        margin: 0;
    }

    & .btn-close {
        position: absolute;
        top: 14px;
        right: 24px;
    }
}

.support-body {
    padding: 20px 30px 0 30px;
    color: #635436;


    & input,
    & textarea {
        background: #fdfdfc;
        border: 1px solid #dddad5;
        color: #635436;
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: normal;
        padding: 11px 10px;
    }

    & button {
        border-radius: 0;
        font-size: 14px;
        font-weight: 500;
    }
}
