.main-navigation .main-nav ul li.menu-button > a {
    background-color: #015470;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid #015470;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);  /* subtle but visible */
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.main-navigation .main-nav ul li.menu-button > a:hover,
.main-navigation .main-nav ul li.menu-button > a:focus {
    background-color: #ffffff;
    color: #015470;
    border-color: #015470;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18); /* a bit more on hover */
    transform: translateY(-1px);
}

selector {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    padding-left: 0 !important;
}

selector .zolo-button-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: 0 1 auto !important;
}
/* Force brand teal on the custom slider */
.custom-teal-slider input[type="range"] {
    accent-color: #1A4B61 !important;
}

.custom-teal-slider input[type="range"]::-webkit-slider-thumb {
    background-color: #1A4B61 !important;
}

.custom-teal-slider input[type="range"]::-moz-range-thumb {
    background-color: #1A4B61 !important;
}

/* 1. Compare All Features Table: Zebra Striping */
/* This targets every other row for a subtle contrast */
.custom-pricing-table tr:nth-child(even) {
    background-color: #F4F7F9 !important;
}

/* 2. Compare All Features Table: Header Row */
.custom-pricing-table th {
    background-color: #1A4B61 !important;
    color: #FFFFFF !important;
}
/* 3. Compare All Features Table: Borders */
.custom-pricing-table {
    border: 2px solid #015470 !important; /* Dark teal outer frame */
    border-collapse: collapse !important;
}

.custom-pricing-table td, 
.custom-pricing-table th {
    border: 1px solid #E5EDF2 !important; /* Light blue-grey internal grid */
}
/* 1. Force the cell and its inner containers to stay open */
.custom-pricing-table td, 
.custom-pricing-table td * {
    overflow: visible !important;
    height: auto !important;
    vertical-align: middle !important;
}

/* 2. Standardize cell spacing and alignment */
.custom-pricing-table td {
    padding: 15px 10px !important;
    text-align: center !important;
}

/* 3. Keep the first column (feature names) left-aligned */
.custom-pricing-table td:first-child {
    text-align: left !important;
}

/* 4. Fix the icon 'slicing' at the source */
.custom-pricing-table td img, 
.custom-pricing-table td svg {
    display: inline-block !important;
    margin-bottom: 0 !important;
    transform: translateY(2px); /* Manually nudges it up if the baseline is weird */
}
/* Force HubSpot Pop-up buttons to be full-width and brand red */
.hs-cta-container .hs-button, 
.hs-form .hs-button {
    width: 100% !important;
    display: block !important;
    padding: 16px 24px !important;
    font-size: 18px !important;
    background-color: #C11030 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}
/* Force HubSpot Popups to stay visible and on top */
#hubspot-messages-loader, 
.hs-cta-embed, 
.hs-error-container,
div[id^="hs-cta"] {
    display: block !important;
    visibility: visible !important;
    z-index: 999999 !important;
    opacity: 1 !important;
}
