.elementor-10212 .elementor-element.elementor-element-f2caf1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10212 .elementor-element.elementor-element-f2caf1b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10212 .elementor-element.elementor-element-1ccaa09{--display:flex;}.elementor-10212 .elementor-element.elementor-element-1ccaa09.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-10212 .elementor-element.elementor-element-f2caf1b{--width:86.069%;}.elementor-10212 .elementor-element.elementor-element-1ccaa09{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-020ea2e *//* ============================================================
   WSO PRICING — PREMIUM FINAL + PRICING GATE
   CSS COMPLETO REFATORADO
   ============================================================ */

/* ============================================================
   BASE
   ============================================================ */
#wso-pricing {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
}

#wso-pricing .text-center h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 12px;
}

#wso-pricing .text-center p {
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
    margin-top: 0;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.wso-pricing-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(77, 115, 255, 0.08);
    color: #3558e8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1px solid rgba(77, 115, 255, 0.12);
}

/* ============================================================
   CONTROLES
   ============================================================ */
.wso-pricing-controls {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 8px;
    margin-bottom: 22px;
}

.wso-pricing-controls-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

#wso-pricing label.fw-semibold {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #64748b !important;
}

#wsoSeats {
    min-width: 210px !important;
    width: 210px !important;
    height: 44px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 8px 14px !important;
    line-height: 44px !important;
    border-radius: 14px;
    border: 1px solid #dbe1ea !important;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

#wsoSeats:focus {
    border-color: #4e5cff !important;
    box-shadow: 0 0 0 3px rgba(78, 92, 255, 0.16), 0 10px 24px rgba(15, 23, 42, 0.04) !important;
}

/* ============================================================
   TOGGLE DE COBRANÇA
   ============================================================ */
.wso-pricing-controls-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wso-billing-toggle {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    padding: 4px;
    border: 1px solid #dbe1ea;
    gap: 4px;
    isolation: isolate;
    min-width: 392px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.wso-billing-track {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: linear-gradient(135deg, #4d73ff 0%, #3558e8 100%);
    border-radius: 999px;
    transition: transform .3s ease;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(77, 115, 255, 0.28);
}

.wso-billing-toggle[data-state="yearly"] .wso-billing-track {
    transform: translateX(100%);
}

.wso-billing-option {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    border-radius: 999px;
    white-space: nowrap;
    text-align: center;
    transition: color .25s ease, opacity .2s ease;
    user-select: none;
}

.wso-billing-option.is-active {
    color: #ffffff;
}

.wso-billing-option:hover {
    opacity: .92;
}

.wso-billing-badge {
    position: absolute;
    top: -11px;
    right: -12px;
    background: linear-gradient(135deg, #ff008b 0%, #ff4fae 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 999px;
    pointer-events: none;
    box-shadow: 0 10px 24px rgba(255, 0, 139, 0.24);
}

/* ============================================================
   GRID DOS CARDS
   ============================================================ */
#wso-pricing > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 20px;
}

#wso-pricing > .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
}

/* ============================================================
   CARDS
   ============================================================ */
.wso-pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-radius: 26px;
    border: 1px solid #e5eaf1;
    padding: 32px;
    box-shadow: 0 16px 46px rgba(15, 23, 42, 0.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    position: relative;
    overflow: visible;
}

.wso-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
}

.wso-pricing-card-featured {
    border: 2px solid #4d73ff !important;
    box-shadow: 0 20px 65px rgba(77, 115, 255, 0.14);
}

.wso-pricing-card-head {
    margin-bottom: 18px;
}

.wso-pricing-plan-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3f6fa;
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .10em;
    border: 1px solid #e5eaf1;
}

.wso-pricing-plan-label-primary {
    background: rgba(77, 115, 255, 0.08);
    color: #3558e8;
    border-color: rgba(77, 115, 255, 0.14);
}

.wso-pricing-plan-label-dark {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    border-color: rgba(15, 23, 42, 0.08);
}

.wso-pricing-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.wso-pricing-icon-wrap {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.wso-pricing-icon-wrap-primary {
    background: rgba(77, 115, 255, 0.08);
    border-color: rgba(77, 115, 255, 0.14);
}

.wso-pricing-icon-wrap-dark {
    background: rgba(15, 23, 42, 0.06);
    border-color: rgba(15, 23, 42, 0.08);
}

.wso-pricing-icon {
    font-size: 21px;
    line-height: 1;
}

.wso-pricing-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
    text-transform: none;
}

.wso-pricing-subtitle {
    font-size: 14px;
    line-height: 1.68;
    color: #64748b;
    margin-top: 10px;
    max-width: 95%;
}

/* ============================================================
   PREÇOS
   ============================================================ */
.wso-pricing-price-block {
    margin-bottom: 0;
}

.wso-price-unit {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.wso-price-unit small {
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.2;
    margin-bottom: 5px;
}

.wso-price-total-line {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
}

.wso-price-billing-note {
    margin-top: 6px;
    font-size: 13px;
    color: #64748b;
}

.wso-divider {
    border-top: 1px solid #e8edf3;
    margin: 22px 0;
}

/* ============================================================
   IDEAL PARA
   ============================================================ */
.wso-plan-fit-box {
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e7edf4;
}

.wso-plan-fit-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #4d73ff;
    margin-bottom: 8px;
}

.wso-plan-fit-text {
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

/* ============================================================
   LISTA
   ============================================================ */
.wso-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
}

.wso-pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.58;
    color: #334155;
}

.wso-pricing-list li::before {
    content: "✔";
    color: #2563eb;
    font-weight: 800;
    flex: 0 0 auto;
    margin-top: 1px;
}

/* ============================================================
   META
   ============================================================ */
.wso-pricing-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 6px;
}

.wso-pricing-meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e8edf3;
}

.wso-pricing-meta-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748b;
}

.wso-pricing-meta-value {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

/* ============================================================
   BOTÕES
   ============================================================ */
.wso-pricing-btn {
    margin-top: auto;
    border-radius: 14px;
    padding: 13px 18px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: none;
}

.btn-primary-price-wso {
    background-color: #fe6f00;
    border-color: #fe6f00;
    color: #ffffff;
}

.wso-pricing-btn[data-plan="compliance"] {
    transition: all .25s ease;
}

.wso-pricing-btn[data-plan="compliance"]:hover {
    background-color: #03FF3D;
    border-color: #03FF3D;
    color: #000;
}

/* ============================================================
   BADGE
   ============================================================ */
.badget-wso {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-radius: 999px;
    background: linear-gradient(135deg, #6a25eb 0%, #4d73ff 100%);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(77, 115, 255, .24);
    white-space: nowrap;
    z-index: 4;
}

/* ============================================================
   ESCOLHA CERTA
   ============================================================ */
.wso-pricing-chooser {
    margin-top: 64px !important;
}

.wso-pricing-chooser-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wso-pricing-chooser-card {
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e7edf4;
    box-shadow: 0 10px 34px rgba(15, 23, 42, 0.04);
}

.wso-pricing-chooser-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.wso-pricing-chooser-text {
    font-size: 14px;
    line-height: 1.72;
    color: #64748b;
}

/* ============================================================
   BLOCO INCLUÍDO
   ============================================================ */
.wso-pricing-included {
    margin-top: 64px !important;
    padding: 36px;
    border: 1px solid #e5eaf1;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.04);
}

.wso-pricing-included-head h3 {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.wso-pricing-included-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wso-pricing-included-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e7edf4;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.wso-pricing-included-item i {
    font-size: 18px;
    color: #4d73ff;
    flex: 0 0 auto;
}

/* ============================================================
   TABELA
   ============================================================ */
.wso-pricing-compare {
    margin-top: 64px !important;
}

.wso-pricing-compare-table {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #e7edf4;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.04);
}

.wso-pricing-compare-table thead th {
    background: #0f172a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 18px 20px;
    border: 0 !important;
    white-space: nowrap;
}

.wso-pricing-compare-table tbody td {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
    border-color: #edf2f7 !important;
    vertical-align: middle;
}

.wso-pricing-compare-table tbody tr td:first-child {
    font-weight: 700;
    color: #0f172a;
}

.wso-pricing-compare-group td {
    background: #f8fafc;
    color: #3558e8 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.wso-compare-status {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.wso-compare-status::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 24px;
}

.wso-compare-status.yes {
    color: #16a34a;
}

.wso-compare-status.yes::before {
    content: "✔";
    background: rgba(22, 163, 74, 0.12);
    color: #16a34a;
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.08);
}

.wso-compare-status.no {
    color: #ef4444;
}

.wso-compare-status.no::before {
    content: "✕";
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.08);
}

.wso-compare-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .01em;
}

.wso-compare-badge.neutral {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.wso-compare-badge.primary {
    background: rgba(77, 115, 255, 0.10);
    color: #3558e8;
    border: 1px solid rgba(77, 115, 255, 0.14);
}

.wso-compare-badge.dark {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.10);
}

.wso-pricing-compare-table tbody td:nth-child(2),
.wso-pricing-compare-table tbody td:nth-child(3),
.wso-pricing-compare-table tbody td:nth-child(4) {
    text-align: center;
}

.wso-pricing-compare-table tbody td:first-child {
    text-align: left;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.wso-pricing-final-cta {
    margin-top: 64px !important;
}

.wso-pricing-final-cta-box {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 24px;
    align-items: center;
    padding: 32px;
    border-radius: 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e7edf4;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.04);
}

.wso-pricing-final-cta-content h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.wso-pricing-final-cta-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* ============================================================
   WSO PRICING GATE — CENTRALIZADO NA TELA
   ============================================================ */

body.wso-pricing-gate-open {
    overflow: hidden !important;
}

.wso-pricing-gate {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wso-pricing-gate.is-active {
    display: flex;
}

.wso-pricing-gate__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(248, 250, 252, 0.78);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    pointer-events: auto;
}

.wso-pricing-gate__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 560px;
    pointer-events: auto;
}

.wso-pricing-gate__card {
    background: #ffffff;
    border: 1px solid #eceff4;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    padding: 18px 18px 16px;
}

.wso-pricing-gate__head {
    text-align: center;
    margin-bottom: 14px;
}

.wso-pricing-gate__kicker {
    display: none;
}

.wso-pricing-gate__title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #202124;
}

.wso-pricing-gate__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5f6368;
}

.wso-pricing-gate__form {
    display: grid;
    gap: 10px;
}

.wso-pricing-gate__field {
    display: grid;
    gap: 5px;
}

.wso-pricing-gate__label {
    display: none;
}

.wso-pricing-gate__input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #202124;
    font-size: 14px;
    font-weight: 500;
    padding: 0 14px;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.wso-pricing-gate__input::placeholder {
    color: #7b8794;
    font-weight: 500;
}

.wso-pricing-gate__input:focus {
    border-color: #c7d2fe;
    box-shadow: 0 0 0 2px rgba(77, 115, 255, 0.08);
}

.wso-pricing-gate__input.is-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.08);
}

.wso-pricing-gate__error {
    min-height: 12px;
    font-size: 11px;
    font-weight: 700;
    color: #ef4444;
    line-height: 1.2;
    padding-left: 2px;
}

.wso-pricing-gate__consent {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.5;
    color: #5f6368;
}

.wso-pricing-gate__consent a {
    color: #202124;
    font-weight: 700;
    text-decoration: none;
}

.wso-pricing-gate__consent a:hover {
    text-decoration: underline;
}

.wso-pricing-gate__submit {
    margin-top: 4px;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #68e69f 0%, #63e29b 100%);
    color: #24323f;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 22px rgba(96, 229, 155, 0.24);
    transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.wso-pricing-gate__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(96, 229, 155, 0.30);
}

.wso-pricing-gate__submit:disabled {
    opacity: .72;
    cursor: wait;
    transform: none;
}

.wso-pricing-gate__submit.is-loading::after {
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border-radius: 50%;
    border: 2px solid rgba(36, 50, 63, 0.24);
    border-top-color: #24323f;
    display: inline-block;
    vertical-align: middle;
    animation: wsoPricingGateSpin .7s linear infinite;
}

@keyframes wsoPricingGateSpin {
    to { transform: rotate(360deg); }
}

/* whatsapp acima */
.joinchat,
.joinchat__button,
.joinchat__box,
.qlwapp,
.qlwapp-toggle,
.qlwapp-box,
#qlwapp,
#joinchat,
#chaty-widget,
.chaty-widget,
.whatsapp-float,
.whatsapp-button,
.whatsapp-widget,
.whatsapp-chat-widget,
.floating-whatsapp,
.floating-wpp,
a[href*="wa.me"],
a[href*="whatsapp"],
[class*="joinchat"],
[class*="qlwapp"],
[class*="whatsapp"],
[id*="joinchat"],
[id*="qlwapp"],
[id*="whatsapp"] {
    z-index: 999999 !important;
}

@media (max-width: 767px) {
    .wso-pricing-gate {
        align-items: flex-start;
        padding: 12px 10px;
    }

    .wso-pricing-gate__dialog {
        max-width: 100%;
    }

    .wso-pricing-gate__card {
        padding: 16px 14px 14px;
        border-radius: 16px;
    }

    .wso-pricing-gate__title {
        font-size: 24px;
    }

    .wso-pricing-gate__subtitle {
        font-size: 13px;
    }

    .wso-pricing-gate__input {
        height: 42px;
        font-size: 14px;
        padding: 0 12px;
    }

    .wso-pricing-gate__submit {
        min-height: 44px;
        font-size: 15px;
    }

    .wso-pricing-gate__consent {
        font-size: 12px;
    }
}

/* ============================================================
   WSO WHATSAPP FLOAT
   ============================================================ */

.wso-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999999 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #dff5ef;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.wso-whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    text-decoration: none !important;
}

.wso-whatsapp-float__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.wso-whatsapp-float__label {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.wso-whatsapp-float__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    background: #2fb463;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .wso-whatsapp-float {
        right: 12px;
        bottom: 12px;
        padding: 9px 10px;
        gap: 8px;
        border-radius: 9px;
    }

    .wso-whatsapp-float__icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 18px;
    }

    .wso-whatsapp-float__label {
        font-size: 14px;
    }

    .wso-whatsapp-float__number {
        min-height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }
}/* End custom CSS */