* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

table a {
    color: #FF6B35;
    text-decoration: none;
}

table a:hover {
    color: #e55a25;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;     /* blocks content behind */
}

button#onprem-main-tab {
    margin-left: 5px;
}

.elementor-widget-matomo_pricing_all_2025 button#cloud-main-tab:hover,
.elementor-widget-matomo_pricing_all_2025 button#onprem-main-tab:hover{
    background-color: initial;
    color: initial;
}

.elementor-widget-matomo_pricing_all_2025 button#onprem-main-tab.active:hover{
    background-color: var(--e-global-color-accent);;
    color: #fff;
}

.elementor-widget-matomo_pricing_all_2025 button#cloud-main-tab.active:hover{
    background-color: #3498db;
    color: #fff;
}


.cloudSectionHeader img {
    vertical-align: middle;
}

.recommendedHeader {
    transition: height 0.5s ease;
    overflow: hidden;
    height: auto;
}

.recommendedHeader.hidden {
    height: 0;
    padding: 0; /* Adjust this if you have padding on the element */
    border: none; /* Adjust this if you have border on the element */
}

.yearlyPriceNote,
    .monthlyPriceNote,
    .switchNote
{
    font-weight: normal;
    font-size: 14px !important;
    color: #7b7b7b !important;
    padding-bottom: 12px !important;
}

.enterprisePricing{
    font-weight: bold !important;
    color: #4d4d4d !important;
    font-size: 14px !important;
}

.priceSwitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

input:checked + .slider {
    background-color: var(--e-global-color-7b67e5a);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--e-global-color-7b67e5a);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.priceSwitch .slider.round {
    border-radius: 25px;
}

.priceSwitch .slider.round:before {
    border-radius: 50%;
}

.planComparsionTable tr.spacingRow {
    line-height: 10px;
}

/* Hide default HTML checkbox */
.priceSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.priceSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.priceSwitch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

@media only screen and (max-width: 979px) {
    .tr-wrapper-comparison-table.tr-desktop {
        overflow: scroll;
    }
}

.mtComparisonTable[data-tr-table] thead th.tblHeader {
    color: #4d4d4d !important;
    font-weight: bold !important;
    padding-top: 12px !important;
}

th.tblPrice {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #4d4d4d !important;
}

.mtComparisonTable[data-tr-table] thead th.tblCta {
    padding-bottom: 10px !important;
}

thead th.tblCta .tblCtaButton {
    border-radius: 3px;
    line-height: 16px;
    font-size: 16px;
    color: white;
    background-color: var(--color--accent-500);
    padding: 15px;
    box-shadow: none;
}

thead th.tblCta .tblCtaButton:hover {
    text-decoration: none;
    background-color: var(--color--accent-500);
}

.mtComparisonTable[data-tr-table] tbody td.tblNote,
    .mtComparisonTable[data-tr-table] thead th.tblNote
{
    font-size: 14px !important;
    color: #7b7b7b !important;
    padding-bottom: 12px !important;
}

.mtComparisonTable tr:nth-child(odd) td {
    background: white;
}

.mtComparisonTable tr td {
    border: 0;
}

.mtComparisonTable tr td.highlight-border-sides,
 .mtComparisonTable tr th.highlight-border-sides
{
    border-left: 1px solid #cbd3e5 !important;
    border-right: 1px solid #cbd3e5 !important;
}

.mtComparisonTable tr td.highlight-border-bottom,
    .mtComparisonTable tr th.highlight-border-bottom
{
    border-bottom: 1px solid #cbd3e5 !important;
}

.mtComparisonTable[data-tr-table] thead th.pricingColumn,
    .mtComparisonTable[data-tr-table] tbody th
{
    background: #f9fbfe !important;
    font-size: 15px !important;
    padding-left: 22px !important;
    text-align: left !important;
}

.mtComparisonTable[data-tr-table] tbody td {
    font-size: 15px;
}

.mtComparisonTable[data-tr-table] tbody td:not(:last-child) {
    border-right: 1px solid #f1f1f1 !important;
}

.mtComparisonTable[data-tr-table] {
    border-left: 0 !important;
}

.mtComparisonTable[data-tr-table],
    .mtComparisonTable[data-tr-table] tbody tr th,
    .mtComparisonTable[data-tr-table] thead th
{
    border-bottom: 0;
    border-top: 0;
    border-color: #f1f1f1;
}

.mtComparisonTable[data-tr-table] thead th:last-child {
    border-right: 0;
}

.mtComparisonTable[data-tr-table] thead th {
    padding: 0 16px !important;
}

th.topicSeparator {
    font-size: 17px !important;
    font-weight: bold !important;
    padding-top:3rem;
}

.tr-wrapper-comparison-table.tr-mobile .product-selector {
    display: none;
}

@media only screen and (max-width: 999px) {
    .mtComparisonTable[data-tr-table] thead th {
        display: table-cell !important;
    }
    .mtComparisonTable[data-tr-table] thead th.hidden {
        display: none !important;
    }
}

/* Green links specifically for On-Premise content */
.onprem-section a {
    color: var(--e-global-color-accent);
}


.onprem-section a:hover {
    color: #e57f19;
}

.onprem-section .included-features a:hover {
    color: var(--color--accent-600);
    text-decoration: underline;
}

.onprem-section .faq-item a {
    color: #ff6303;
}

/* Header */
.top-banner {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.top-banner-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-links {
    display: flex;
    gap: 20px;
    font-size: 0.85rem;
}

.top-links a {
    color: #666;
    text-decoration: none;
}

header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    color: #3152A0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3152A0, #5D7BC6);
    border-radius: 8px;
}

.main-nav {
    display: flex;
    gap: 35px;
    align-items: center;
}

.main-nav a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.main-nav a.active {
    color: #FF6B35;
}

.header-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.search-icon {
    cursor: pointer;
    font-size: 1.2rem;
}

.try-free-btn {
    background: #3498db;
    color: white !important;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.try-free-btn:hover {
    color: white !important;
    background: #2980b9;
}

.hero {
    text-align: center;
    margin: 60px 0 50px;
}

.hero h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero p {
    font-size: 1.15rem;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.main-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    background: white;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.main-tab,
.elementor-kit-39630 button.main-tab {
    flex: 1;
    padding: 14px 30px;
    text-align: center;
    border: none;
    background: transparent!important;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1rem;
    color: #666;
}

.main-tab.active.cloud-active {
    background-color: var(--e-global-color-accent)!important;
    color: white;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.main-tab.active.onprem-active {
    background: var(--e-global-color-accent)!important;
    color: white;
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);
}

div#cloud-content {

}

div#cloud-content .pricing-margin,
div#onprem-content .pricing-margin{
    margin-left: 15%;
    margin-right: 15%;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Cloud Section - Simplified */
.cloud-section {
    background: #fff;
    padding: 40px;
    min-height: 200px;
}

/* On-Premise Section */
.onprem-section {
    padding-bottom: 0px;
}

.onprem-tagline {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 50px;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bundles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.bundle-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bundle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: var(--e-global-color-accent);
}

.bundle-card.popular {
    border-color: var(--e-global-color-accent);
    border-width: 3px;
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--e-global-color-accent);
    color: white;
    padding: 5px 16px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bundle-tier {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 700;
}

.bundle-subtitle {
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 24px;
    min-height: 130px;
    line-height: 1.4;
    font-weight: 400;
}

.bundle-price {
    font-size: 2rem;
    color: var(--e-global-color-accent);
    font-weight: 700;
    margin-bottom: 6px;
}

.bundle-period {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.bundle-limits {
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 20px;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    min-height: 58px;
}

.bundle-features {
    text-align: left;
    margin-bottom: 24px;
    flex-grow: 1;
}

.bundle-features h4 {
    font-size: 0.85rem;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 700;
}

.bundle-features h4 a{
    color: #1a1a1a;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 4px 0;
    font-size: 0.95rem;
    color: var(--e-global-color-accent);
    line-height: 2;
    display: grid;
    grid-template-columns: 14px 1fr;
    column-gap: 1px;
    align-items: start;
}

.feature-list li:before {
    content: "•";
    color: var(--e-global-color-accent);
    font-weight: bold;
    display: inline-block;
    width: 16px;
}

.bundle-cta {
    width: 100%;
    padding: 12px;
    background: var(--e-global-color-accent);
    color: white !important;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    text-decoration: none;
    display: inline-block;
}

.bundle-cta:hover {
    background: var(--color--accent-600);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 46, 174, 0.3);
    color: white !important;
}

.bundle-cta.secondary {
    background: #6c757d;
    color: white !important;
}

.bundle-cta.secondary:hover {
    background: #5a6268;
    color: white !important;
}

/* Included Features Section */
.included-features {
    background: #fafafa;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 40px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.included-features h3 {
    text-align: center;
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 700;
}

.included-features-data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

 .feature-list {
    list-style: disc;
    padding-left: 20px;
}

.included-features-data ul.feature-list li:first-child::before {
    content: none;
}
.included-features-data ul.feature-list li:first-child {
    display: block;
    color: #555;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-column ul {
    list-style: none;
}

.feature-column li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: var(--e-global-color-accent);
    font-weight: 500;
    line-height: 1.5;
}

.feature-column li:before {
    content: "•";
    color: var(--e-global-color-accent);
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

/* Bottom CTA Section */
.bottom-cta {
    text-align: center;
    margin-bottom: 40px;
}

.marketplace-link {
    display: inline-block;
    color: var(--e-global-color-accent);
    text-decoration: underline;
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

.marketplace-link:hover {
    color: #e57f19;
}

.get-started-btn {
    display: inline-block;
    background: var(--e-global-color-accent);
    color: white !important;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.get-started-btn:hover {
    background: var(--color--accent-600);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(39, 174, 96, 0.3);
    color: white !important;
}

.free-trial-note {
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
}

/* Comparison Table */
.comparison-section {
    margin: 60px 0 80px;
}

.comparison-toggle {
    width: 100%;
    background: white;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.comparison-toggle:hover {
    border-color: var(--e-global-color-accent);
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.1);
}

.toggle-icon {
    font-size: 2rem;
    font-weight: 300;
    color: #666;
}

.comparison-table-wrapper {
    margin-top: 30px;
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.comparison-table thead th {
    background: #f8f9fa;
    padding: 16px 20px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
    border-bottom: 2px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 10;
}

.comparison-table thead th.feature-col {
    text-align: left;
    background: white;
    border-bottom: 2px solid #e5e5e5;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.comparison-table tbody tr:hover {
    background: #fafafa;
}

.comparison-table td {
    padding: 16px 20px;
    text-align: center;
    color: #555;
}

.comparison-table td.feature-name {
    text-align: left;
    font-weight: 500;
    color: #333;
}

.comparison-table .category-row td {
    background: #f8f9fa;
    padding: 12px 20px;
    font-size: 0.95rem;
    color: #1a1a1a;
    border-top: 2px solid #e5e5e5;
}

.comparison-table .check {
    color: var(--e-global-color-accent);
    font-size: 1.2rem;
    font-weight: 700;
}

.comparison-table .unavailable {
    position: relative;
    cursor: help;
}

.comparison-able .unavailable:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
}

.comparison-table .unavailable:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    z-index: 1000;
}

.comparison-table .plugin-link {
    cursor: pointer;
    color: var(--e-global-color-accent);
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

.comparison-table .plugin-link:hover {
    color: #e57f19;
    text-decoration: underline;
}

.comparison-table .feature-name {
    position: relative;
}

.comparison-table .plugin-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #333;
    color: white;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    white-space: normal;
    width: 280px;
    text-align: left;
    z-index: 10000;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-weight: normal;
}

.comparison-table .ui-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    border: 6px solid transparent;
    border-top-color: #333;
}

.comparison-table .plugin-link:hover .plugin-tooltip {
    display: block;
}


/* Chatbot */
.chatbot {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: var(--e-global-color-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(39, 174, 96, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}

.chatbot:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.5);
}

.chatbot-icon {
    font-size: 28px;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal.active {
    display: flex;
}

/* Billing Toggle - Pill Tabs */
.billing-toggle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.billing-pills {
    background: #e8e8e8;
    border-radius: 30px;
    padding: 4px;
    display: inline-flex;
    position: relative;
    isolation: isolate;
    border-radius: 999px;
}

.billing-pills::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    width: calc(50% - 4px);
    border-radius: 999px;
    background: var(--e-global-color-accent);
    transform: translateX(0);
    transition: transform 260ms cubic-bezier(.2,.8,.2,1);
    z-index: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.10);
}

.billing-pills.monthly::before { transform: translateX(0); }
.billing-pills.annual::before  { transform: translateX(100%); }

.billing-pill,
.elementor-kit-39630 button.billing-pill{
    padding: 10px 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #666;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 200ms ease, transform 200ms ease;
}

.billing-pill:hover,
.billing-pill:active,
.billing-pill:focus,
.elementor-kit-39630 button.billing-pill:hover,
.elementor-kit-39630 button.billing-pill:active,
.elementor-kit-39630 button.billing-pill:focus{
    background: transparent;
    color: #333;
    outline: none;
}

.billing-pill.active {
    color: #fff!important;
}

.billing-pill:active { transform: scale(0.98); }

.billing-pill:focus-visible {
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.35);
}

.billing-savings-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #FF6B35;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 10px;
 }

.billing-savings-text {
    color: var(--e-global-color-accent);
    font-size: 0.85rem;
}

.ui-tooltip {
    border-radius: 6px;
    padding: 1rem;
    font-size: 0.8rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.mtComparisonTable[data-tr-table] .button:hover{
    background-color: var(--color--accent-600);
}

@media (max-width: 1200px) {
    .bundles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cloud-comparison {
        grid-template-columns: 1fr;
    }

    .cloud-plan-column {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .cloud-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .bundles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .cloud-features-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {
    .bundles-grid {
        grid-template-columns: 1fr;
    }

    .included-features-data {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    #comparison-table-cloud,
    #comparison-table-cloud thead,
    #comparison-table-cloud tbody,
    #comparison-table-cloud tr {
        display: block;
        width: 100%;
    }

    /* Disable sticky behaviour added by JS */
    #comparison-table-cloud thead th {
        position: static !important;
        top: auto !important;
    }

    #comparison-table-cloud thead{
        border: 3px solid #30519f;
        border-radius: 16px;
        margin-bottom: 30px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    #comparison-table-cloud thead th.pricingColumn{
        text-align: center !important;
        padding: 12px !important;
    }

    #comparison-table-cloud thead th.pricingColumn:first-of-type{
        border-radius: 12px 12px 0 0;
    }

    #comparison-table-cloud thead tr{
        padding: 0px 0px 30px 0px;
    }

    #comparison-table-cloud tbody{
        border: 0;
    }

    #comparison-table-cloud  tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 14px 0;
    }

    #comparison-table-cloud  tr > th {
        grid-column: 1 / -1;
        display: block;
        font-weight: 700;
        padding: 0 0 4px 0;
        border: 0;
        text-align: center !important;
    }

    #comparison-table-cloud  tr > td {
        display: block;
        padding: 10px 12px;
        border: 1px solid #eee;
        border-radius: 10px;
        background: #fff;
        margin: 0;
        min-width: 0;
    }

    /* Labels */
    #comparison-table-cloud  tr > td:nth-of-type(1)::before {
        content: "Business";
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #666;
        margin-bottom: 6px;
    }

    #comparison-table-cloud  tr > td:nth-of-type(2)::before {
        content: "Enterprise";
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #666;
        margin-bottom: 6px;
    }

    #comparison-table-cloud  tr > td .icon-check,
    #comparison-table-cloud  tr > td .icon-x {
        margin: 0 auto;
    }

    #comparison-table-cloud .highlight-border-sides {
        border-left: none !important;
        border-right: none !important;
    }

    /* Section header rows (Set up / Allowances / Features etc.) */
    #comparison-table-cloud  tr:has(th.topicSeparator) {
        grid-template-columns: 1fr;          /* force single column */
        gap: 0;
        padding: 18px 0 10px;
        border-bottom: 0;
        margin-top: 10px;
    }

    #comparison-table-cloud  tr > th.topicSeparator {
        grid-column: 1 / -1;
        display: block;
        padding: 16px 22px !important;
        border-radius: 6px;
        background: #30519f !important;
        border: 0;
        color: #FFFFFF;
        margin-top: 1rem;
    }

    /* Hide the empty td cells on topicSeparator rows */
    #comparison-table-cloud  tr:has(th.topicSeparator) > td {
        display: none !important;
    }

    #comparison-table-cloud  .hidden.mobileOnly{
        display: block !important;
        visibility: visible !important;
    }

    #comparison-table-cloud  .hideOnMobile{
        display: none !important;
    }

    #comparison-table-cloud  button.enterprise-contact-button{
        display: none;
    }
}

.cloud-pricing-faqs,
.onprem-pricing-faqs{
    background: #e7e7e9;
    padding-bottom: 45px;
}

.cloud-pricing-faqs{
    margin-top: 45px;
}

.faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.faq-section h2 {
    font-size: 45px;
    margin: 60px 0;
    text-align: center;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 75px;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.faq-item hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 0 0 20px;
}

.faq-item p {
    margin: 0;
}

.faq-divider {
    display: flex;
    padding-block-start: 2px;
    padding-block-end: 2px;
    margin-bottom: 20px;
}

span.faq-divider-separator {
    border-block-start: 2px solid #ff6303;
    width: 5%;
}

@media (max-width: 767px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}