.org-salary-calculator-block {
    @apply relative overflow-hidden rounded-lg;

    .vebego-container {
        @apply relative z-10;
    }

    .ambient {
        @apply top-0 left-0;
    }

    .calculator-content {
        @apply flex flex-col md:flex-row gap-8 lg:gap-14 p-8 lg:p-10 rounded-lg overflow-hidden relative;
    }

    .calculator-left {
        @apply w-full;

        .atm-heading {
            @apply mb-10 text-white;
        }
    }

    .calculator-right {
        @apply w-full;
    }

    .sliders {
        @apply space-y-4;
    }

    .results {
        @apply text-white;

        .result-description {
            @apply mb-2 text-lg;
        }

        .result-amount {
            @apply text-h1 font-semibold my-8 font-display;
        }
    }

    .disclaimer {
        @apply mt-8 text-white;
    }
}
