:root {
    --nswc-green-dark: #0A472E;
    --nswc-green-soft: #BAC34E;
    --nswc-white: #ffffff;
}

.nswc-loop-wrap,
.nswc-single-wrap {
    width: 100%;
    clear: both;
}

.nswc-loop-wrap {
    margin-top: 10px;
    text-align: center;
}

.nswc-single-wrap {
    margin: 18px 0 22px;
}

.nswc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--nswc-green-dark);
    color: var(--nswc-white) !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(10, 71, 46, .14);
    transition: all .22s ease;
    border: 1px solid var(--nswc-green-dark);
    max-width: 100%;
    box-sizing: border-box;
}

.nswc-button:hover,
.nswc-button:focus {
    background: var(--nswc-green-soft);
    border-color: var(--nswc-green-soft);
    color: var(--nswc-white) !important;
    transform: translateY(-1px);
}

.nswc-icon {
    width: 17px;
    height: 17px;
    min-width: 17px;
    fill: currentColor;
}

.nswc-loop-button {
    min-height: 34px;
    padding: 9px 15px;
    font-size: 11px;
    box-shadow: none;
}

.nswc-single-button {
    min-height: 46px;
    padding: 14px 28px;
    font-size: 14px;
}

.nswc-floating {
    position: fixed;
    z-index: 99998;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .35);
    transition: transform .22s ease, box-shadow .22s ease;
}

.nswc-floating:hover,
.nswc-floating:focus {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 16px 34px rgba(37, 211, 102, .45);
}

.nswc-floating .nswc-icon {
    width: 30px;
    height: 30px;
}

@media (max-width: 767px) {
    .nswc-loop-wrap {
        margin-top: 8px;
    }

    .nswc-loop-button {
        width: auto;
        max-width: 92%;
        min-height: 32px;
        padding: 8px 12px;
        font-size: 10px;
        gap: 5px;
        white-space: normal;
    }

    .nswc-loop-button .nswc-icon {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }

    .nswc-single-button {
        width: 100%;
        padding: 13px 18px;
        font-size: 13px;
    }

    .nswc-floating {
        width: 48px;
        height: 48px;
        right: 16px;
    }

    .nswc-floating .nswc-icon {
        width: 27px;
        height: 27px;
    }
}
