.wbsnir-card {
    direction: rtl;
    box-sizing: border-box;
    width: 100%;
    margin: 22px 0;
    padding: 22px;
    border: 1px solid #e1e4e8;
    border-radius: 9px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .03);
    font-family: var(--e-global-typography-text-font-family, inherit);
}

.wbsnir-card button,
.wbsnir-card input,
.wbsnir-card textarea,
.wbsnir-card select,
.wbsnir-card label,
.wbsnir-card strong,
.wbsnir-card p,
.wbsnir-card span {
    font-family: inherit;
}

.wbsnir-hidden {
    display: none !important;
}

.wbsnir-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.wbsnir-title {
    color: #777;
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
}

.wbsnir-line {
    display: block;
    width: 80px;
    height: 1px;
    background: #c9c9c9;
}

.wbsnir-description {
    max-width: 560px;
    margin: 0 auto 16px;
    color: #565656;
    font-size: 14px;
    line-height: 2;
}

.wbsnir-tabs {
    display: inline-flex;
    gap: 6px;
    padding: 4px;
    margin: 0 0 12px;
    border-radius: 9px;
    background: #f3f4f6;
}

.wbsnir-tab {
    appearance: none;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #666;
    padding: 8px 14px;
    cursor: pointer;
    font: inherit;
}

.wbsnir-tab.active {
    background: #fff;
    color: #222;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}

.wbsnir-form {
    max-width: 520px;
    margin: 0 auto;
}

.wbsnir-field {
    margin-bottom: 10px;
}

.wbsnir-field input {
    width: 100%;
    min-height: 46px;
    box-sizing: border-box;
    border: 1px solid #d9dde2;
    border-radius: 7px;
    background: #fff;
    padding: 10px 14px;
    color: #222;
    font: inherit;
    outline: none;
}

.wbsnir-field input:focus {
    border-color: #f23f5b;
    box-shadow: 0 0 0 3px rgba(242, 63, 91, .10);
}

.wbsnir-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 7px;
    background: #f33f5b;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease;
}

.wbsnir-submit:hover {
    opacity: .92;
}

.wbsnir-submit:active {
    transform: translateY(1px);
}

.wbsnir-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.wbsnir-bell {
    font-size: 17px;
    line-height: 1;
}

.wbsnir-message {
    min-height: 22px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
}

.wbsnir-message.success {
    color: #168447;
}

.wbsnir-message.error {
    color: #b42318;
}

.wbsnir-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 600px) {
    .wbsnir-card {
        padding: 18px 14px;
    }

    .wbsnir-line {
        width: 52px;
    }

    .wbsnir-description {
        font-size: 13px;
    }
}
