.surface {
    background: var(--wp--preset--color--surface) !important;
    padding: 96px 15vw !important;
}

.content{
    padding: 96px 15vw !important;
}

.surface h1, .surface h2, .surface h3{
    color: var(--wp--preset--color--surface-header) !important
}

.surface h4, .surface h5, .surface h6 {
    color: var(--wp--preset--color--surface-header) !important
}

.surface p{
    color: var(--wp--preset--color--surface-text) !important
}

.surface span{
    color: var(--wp--preset--color--surface-text-muted) !important
}

.surface strong{
    color: var(--wp--preset--color--surface-text) !important
}

.elevated {
    background: var(--wp--preset--color--elevated) !important;
    padding: 96px 15vw !important;
}

.elevated-div {
    background: var(--wp--preset--color--elevated) !important;
    padding: 30px !important;
}

.elevated h1, .elevated h2, .elevated h3,
.elevated-div h1, .elevated-div h2, .elevated-div h3{
    color: var(--wp--preset--color--elevated-header) !important
}

.elevated h4, .elevated h5, .elevated h6,
.elevated-div h4, .elevated-div h5, .elevated-div h6 {
    color: var(--wp--preset--color--elevated-header) !important
}

.elevated p,
.elevated-div p{
    color: var(--wp--preset--color--elevated-text) !important
}

.elevated label,
.elevated-div label{
    color: var(--wp--preset--color--elevated-text) !important
}

.elevated span,
.elevated-div span{
    color: var(--wp--preset--color--elevated-text-muted) !important
}

.elevated-2 {
    background: var(--wp--preset--color--elevated-2) !important;
    padding: 96px 15vw !important;
}

.elevated-2 h1, .elevated-2 h2, .elevated-2 h3{
    color: var(--wp--preset--color--elevated-header) !important
}

.elevated-2 h4, .elevated-2 h5, .elevated-2 h6 {
    color: var(--wp--preset--color--elevated-header) !important
}

.elevated-2 p{
    color: var(--wp--preset--color--elevated-text) !important
}

/* ==========================
   Surface Colors (layout-neutral)
   Use inside .elevated containers to restore surface-palette colors
   without changing any padding, margin, or background.
   ========================== */
.surface-colors h1, .surface-colors h2, .surface-colors h3 {
    color: var(--wp--preset--color--surface-header) !important;
}

.surface-colors h4, .surface-colors h5, .surface-colors h6 {
    color: var(--wp--preset--color--surface-header) !important;
}

.surface-colors p {
    color: var(--wp--preset--color--surface-text) !important;
}

.surface-colors span {
    color: var(--wp--preset--color--surface-text-muted) !important;
}

.surface-colors strong {
    color: var(--wp--preset--color--surface-text) !important;
}

.surface-colors label {
    color: var(--wp--preset--color--surface-text) !important;
}

.elevated-2 span{
    color: var(--wp--preset--color--elevated-text-muted) !important
}

.header-container{
    padding: 48px 15vw !important;
}

.wp-block-group.alignwide.has-background {
    background-color: transparent !important;
}

.image-right{
    padding: 0vw !important;
}

.image-left{
    padding: 0vw !important;
}

/* ==========================
   Video Fade Section (Split Section)
   ========================== */
.video-fade-section {
    border-radius: 8px;
    overflow: hidden;
}

/* Kill the global dark overlay for this block specifically */
.video-fade-section .wp-block-cover__background {
    opacity: 0 !important;
}

.video-fade-section .wp-block-cover__video-background {
    transition: opacity 1.5s ease;
}

.image-right figure, .image-right img, .image-left figure, .image-left img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.text-left{
    padding-left: 15vw;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.text-right{
    padding-right: 15vw;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
}

a{
    color: inherit;
}

.ast-container{
    margin: 0px !important;
    padding: 0px;
    max-width: none;
}

.content-area{
    margin: 0px !important;
}

.ast-blog-layout-5-grid main{
    padding: 48px 15vw !important;
    background: var(--wp--preset--color--surface) !important;
}


.site-main{
    padding-bottom: 48px !important;
}

.woocommerce-page main{
    padding: 48px 15VW !important;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }

    .text-right, .text-left{
        padding-right: 48px !important;
        padding-left: 48px !important; 
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .surface, .elevated, .elevated-2, .woocommerce-page main {
        padding-right: 5px !important;
        padding-left: 5px !important; 
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    #wc-stripe-upe-form.wc-upe-form.wc-payment-form {
        padding: 0px !important;
        border-width: 0px !important;
    }
}

/* Coaching Dashboard Form Fix */
.coaching-dashboard-form{
    width: 100%;
}

.coaching-dashboard-form label,
.coaching-dashboard-form input,
.coaching-dashboard-form textarea,
.coaching-dashboard-form button {
    display: block;
}

.coaching-dashboard-form input,
.coaching-dashboard-form textarea {
    margin-bottom: 15px !important;
}

/* Single post details */
.single-post #content {
    background: var(--wp--preset--color--surface);
}

#content {
    background: var(--wp--preset--color--surface);
}

.single-post #content .ast-container {
    padding: clamp(24px, 4vw, 48px) clamp(56px, 18vw, 320px) clamp(56px, 18vw, 320px) !important;
    display: flex;
    justify-content: center;
}

.single-post .content-area {
    width: min(560px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.single-post .site-main {
    padding: 0 !important;
}

.single-post article {
    background: var(--wp--preset--color--surface);
    color: var(--wp--preset--color--surface-text);
    border-radius: 18px;
    padding: clamp(24px, 4vw, 56px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-post .ast-post-format {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.single-post .entry-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: clamp(12px, 2vw, 24px);
    padding-right: clamp(12px, 2vw, 24px);
}

.single-post .entry-header {
    width: 100%;
    padding-left: clamp(12px, 2vw, 24px);
    padding-right: clamp(12px, 2vw, 24px);
}

.single-post .entry-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 16px;
}

.single-post .entry-title {
    color: var(--wp--preset--color--surface-header);
    margin-bottom: 8px;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.1;
}

.single-post .entry-meta,
.single-post .entry-meta * {
    color: var(--wp--preset--color--surface-text) !important;
}

.single-post .entry-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    align-items: center;
}

.single-post .entry-meta .published {
    color: var(--wp--preset--color--surface-text) !important;
}

.single-post .entry-content {
    display: grid;
    gap: 20px;
}

.single-post .entry-content p {
    line-height: 1.75;
    font-size: 1.05rem;
    color: var(--wp--preset--color--surface-text);
    margin: 0;
    text-align: left;
}

.single-post .entry-content a {
    color: var(--wp--preset--color--action);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.single-post .entry-content a:hover {
    color: var(--wp--preset--color--action-hover);
.single-post .entry-meta a,
.single-post .entry-meta .posted-on a,
.single-post .entry-meta .posted-by a,
.single-post .entry-meta .author-name a,
.single-post .entry-meta .url {
    color: var(--wp--preset--color--surface-text) !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-post .entry-meta a:hover,
.single-post .entry-meta .posted-on a:hover,
.single-post .entry-meta .posted-by a:hover,
.single-post .entry-meta .author-name a:hover,
.single-post .entry-meta .url:hover {
    color: var(--wp--preset--color--surface-text-muted) !important;
}

/* Override Astra theme default entry-meta colors */
.single-post .entry-meta,
.single-post .entry-meta * {
    color: var(--wp--preset--color--surface-text) !important;
}

.single-post .entry-meta a,
.single-post .entry-meta a *,
.single-post .entry-meta .posted-by a,
.single-post .entry-meta .author-name,
.single-post .entry-meta .url {
    color: var(--wp--preset--color--surface-text) !important;
}
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.single-post .comments-title {
    color: var(--wp--preset--color--surface-header);
    margin-bottom: 12px;
}

.single-post .ast-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 24px;
}

/* Spacing for reply comments */
.single-post .ast-comment-list .children {
    margin-top: 10px;
    margin-left: 32px;
    padding-top: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.single-post .ast-comment {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 4px solid var(--wp--preset--color--elevated);
    padding-bottom: 14px;
    padding-left: 12px;
}

.single-post .ast-comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.single-post .ast-comment-meta,
.single-post .ast-comment-content {
    color: var(--wp--preset--color--surface-text);
}

.single-post .ast-comment-meta a,
.single-post .ast-comment-content a {
    color: var(--wp--preset--color--surface-header) !important;
}

.single-post .ast-comment-meta a:hover,
.single-post .ast-comment-content a:hover {
    color: var(--wp--preset--color--surface-text-muted);
}

.single-post .comment-reply-link,
.single-post .comment-edit-link {
    background: none;
    color: var(--wp--preset--color--action) !important;
    padding: 0;
    border-radius: 0;
    display: inline;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
    box-shadow: none;
}

.single-post #submit {
    background: var(--wp--preset--color--action);
    color: var(--wp--preset--color--action-text) !important;
    padding: 10px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0px 6px 5px rgb(0,0,0,0.5);
}

.single-post .comment-reply-link:hover,
.single-post .comment-edit-link:hover {
    color: var(--wp--preset--color--action-hover) !important;
    transform: none;
    box-shadow: none;
}

.single-post #submit:hover {
    background: var(--wp--preset--color--action-hover);
    transform: translateY(-1px);
    box-shadow: 0px 6px 5px rgb(0,0,0,0.5);
}

.single-post .comment-reply-link:active,
.single-post .comment-edit-link:active {
    transform: none;
    background: none;
}

.single-post #submit:active {
    transform: translateY(0);
    background: var(--wp--preset--color--action-hover);
}

.single-post #ast-commentform textarea,
.single-post #ast-commentform input[type="text"],
.single-post #ast-commentform input[type="email"],
.single-post #ast-commentform input[type="url"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 12px 14px;
    color: var(--wp--preset--color--surface-text);
}

.single-post #ast-commentform textarea:focus,
.single-post #ast-commentform input:focus {
    outline: 2px solid var(--wp--preset--color--action);
}

@media (max-width: 768px) {
    .single-post .ast-container {
        padding: 16px !important;
    }

    .single-post article {
        padding: 20px;
        border-radius: 14px;
    }

    .single-post .entry-meta {
        font-size: 0.9rem;
    }
}

/* ===========================
   CONTACT FORM 7 RESPONSES
   =========================== */

/* Success Response - Green */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: rgba(76, 175, 80, 0.1) !important;
    border: 2px solid #4CAF50 !important;
    color: #2E7D32 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin: 15px 0 !important;
    font-weight: 500;
}

/* Error Response - Red */
.wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: rgba(244, 67, 54, 0.1) !important;
    border: 2px solid #F44336 !important;
    color: #C62828 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin: 15px 0 !important;
    font-weight: 500;
}

/* Validation Error - Orange/Warning */
.wpcf7-form.invalid .wpcf7-response-output {
    background-color: rgba(255, 193, 7, 0.1) !important;
    border: 2px solid #FFC107 !important;
    color: #F57F17 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin: 15px 0 !important;
    font-weight: 500;
}

/* Individual field error styling */
.wpcf7-not-valid-tip {
    color: #C62828 !important;
    font-size: 12px !important;
    display: block !important;
    margin-top: 4px !important;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: #F44336 !important;
    background-color: rgba(244, 67, 54, 0.05) !important;
}

/* ===========================
   COACHING DASHBOARD FORM INPUTS
   =========================== */

.elevated-div .coaching-form-input,
.elevated-div .coaching-form-select,
.elevated-div input[type="text"],
.elevated-div input[type="email"],
.elevated-div input[type="tel"],
.elevated-div select,
.elevated-div textarea {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: var(--wp--preset--color--elevated-text) !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    font-family: inherit !important;
}

.elevated-div input[type="text"]::placeholder,
.elevated-div input[type="email"]::placeholder,
.elevated-div input[type="tel"]::placeholder,
.elevated-div textarea::placeholder {
    color: var(--wp--preset--color--elevated-text-muted) !important;
}

.elevated-div input[type="text"]:focus,
.elevated-div input[type="email"]:focus,
.elevated-div input[type="tel"]:focus,
.elevated-div select:focus,
.elevated-div textarea:focus {
    outline: 2px solid var(--wp--preset--color--action) !important;
    outline-offset: 2px !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.elevated-div .form-group {
    margin-bottom: 16px !important;
}

/* ===========================
   FOOTER STYLING
   =========================== */

.site-primary-footer-wrap {
    background: var(--wp--preset--color--elevated) !important;
    padding: 60px 15vw !important;
}

.site-primary-footer-inner-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 100%;
}

/* Footer Sections */
.site-footer-section {
    display: flex;
    flex-direction: column;
}

/* Contact Info Section */
.site-footer-section-1 {
    justify-content: flex-start;
}

.site-footer-section-1 p {
    color: var(--wp--preset--color--elevated-text) !important;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.site-footer-section-1 a {
    color: var(--wp--preset--color--action);
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer-section-1 a:hover {
    color: var(--wp--preset--color--action-hover);
    text-decoration: underline;
}

/* Navigation Section */
.site-footer-section-2 {
    justify-content: flex-start;
}

.footer-bar-navigation {
    width: 100%;
}

.footer-navigation {
    flex-direction: column !important;
}

.footer-navigation .ast-nav-menu {
    flex-direction: column !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navigation .ast-nav-menu li {
    margin: 0 0 12px 0 !important;
    list-style: none;
}

.footer-navigation .ast-nav-menu li a {
    color: var(--wp--preset--color--elevated-text) !important;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-navigation .ast-nav-menu li a:hover {
    color: var(--wp--preset--color--action);
    padding-left: 8px;
}

/* Newsletter Form Section */
.site-footer-section-3 {
    justify-content: flex-start;
}

.site-footer-section-3 .widget_block {
    padding: 0;
    margin: 0;
}

.site-footer-section-3 h2 {
    color: var(--wp--preset--color--elevated-text) !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px 0 !important;
}

.site-footer-section-3 p {
    color: var(--wp--preset--color--elevated-text-muted) !important;
    font-size: 15px;
    margin: 0 0 12px 0 !important;
}

.site-footer-section-3 label {
    color: var(--wp--preset--color--elevated-text) !important;
    font-size: 15px;
}

.site-footer-section-3 input[type="email"],
.site-footer-section-3 input[type="text"] {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: var(--wp--preset--color--elevated-text) !important;
    padding: 10px 12px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.site-footer-section-3 input[type="email"]::placeholder {
    color: var(--wp--preset--color--elevated-text-muted);
}

.site-footer-section-3 input[type="email"]:focus,
.site-footer-section-3 input[type="text"]:focus {
    outline: 2px solid var(--wp--preset--color--action) !important;
    outline-offset: 2px !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.site-footer-section-3 .button {
    background: var(--wp--preset--color--action) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100%;
    margin-top: 8px;
}

.site-footer-section-3 .button:hover {
    background: var(--wp--preset--color--action-hover) !important;
}

/* Error message styling */
.site-footer-section-3 p[style*="color: indianred"] {
    color: #F44336 !important;
    padding: 12px;
    background: rgba(244, 67, 54, 0.1);
    border-radius: 6px;
}

/* Responsive Footer */
@media (max-width: 1610px) {
    .site-primary-footer-wrap {
        padding: 40px 8vw !important;
    }

    .site-primary-footer-inner-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .site-footer-section-2 {
        order: -1;
    }
    
    /* Add horizontal dividers between stacked footer sections */
    .site-footer-section {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .site-footer-section:first-child {
        padding-top: 0;
    }
    
    .site-footer-section:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    /* Add divider before copyright section */
    .site-below-footer-wrap {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 30px;
        padding-top: 30px !important;
    }
}

@media (max-width: 480px) {
    .site-primary-footer-wrap {
        padding: 30px 16px !important;
    }

    .site-primary-footer-inner-wrap {
        gap: 20px;
    }

    .site-footer-section-1 p,
    .site-footer-section-3 p,
    .footer-navigation .ast-nav-menu li a {
        font-size: 13px;
    }
    
    .site-footer-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* ===========================
   GUTENBERG BLOCK HEADINGS
   =========================== */

/* Only adjust font sizes for h2-h6, NOT colors - let container classes handle colors */
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    line-height: 1.3 !important;
    /* DO NOT set color here - let parent containers handle it */
}

h2.wp-block-heading.has-text-align-center,
h3.wp-block-heading.has-text-align-center,
h4.wp-block-heading.has-text-align-center,
h5.wp-block-heading.has-text-align-center,
h6.wp-block-heading.has-text-align-center {
    text-align: center !important;
}

/* Heading blocks - proper sizing */
h1.wp-block-heading {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
}

h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
}

@media (max-width: 1610px) {
    h1.wp-block-heading {
        font-size: 36px !important;
    }
    
    h2.wp-block-heading,
    h3.wp-block-heading,
    h4.wp-block-heading,
    h5.wp-block-heading,
    h6.wp-block-heading {
        font-size: 28px !important;
    }
}

@media (max-width: 480px) {
    h1.wp-block-heading {
        font-size: 28px !important;
    }
    
    h2.wp-block-heading,
    h3.wp-block-heading,
    h4.wp-block-heading,
    h5.wp-block-heading,
    h6.wp-block-heading {
        font-size: 24px !important;
    }
}

/* ===========================
   HEADER NAVIGATION BREAKPOINT
   =========================== */

/* Hamburger Menu Styling - Make it larger and more prominent */
.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
    padding: 12px !important;
    min-width: 48px !important;
    min-height: 48px !important;
}

.main-header-menu-toggle .ast-mobile-svg {
    width: 28px !important;
    height: 28px !important;
}

.main-header-menu-toggle .mobile-menu-toggle-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 1610px) {
    /* Increase size even more on mobile */
    .main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
        padding: 14px !important;
        min-width: 52px !important;
        min-height: 52px !important;
    }
    
    .main-header-menu-toggle .ast-mobile-svg {
        width: 32px !important;
        height: 32px !important;
    }
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6 {
    color: var(--wp--preset--color--elevated-header) !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.wp-block-cover p {
    color: var(--wp--preset--color--elevated-text) !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.wp-block-cover h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
}

@media (max-width: 1610px) {
    .wp-block-cover h1 {
        font-size: 36px !important;
    }

    .wp-block-cover p {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .wp-block-cover h1 {
        font-size: 28px !important;
    }

    .wp-block-cover p {
        font-size: 14px !important;
    }
}

/* ===========================
   BLOG PAGE CONTENT + PROGRAM HERO
   =========================== */

.fit-blog-page-content {
    margin-bottom: 36px;
}

.single-program .program-section > *:first-child h1.wp-block-heading,
.single-program .program-section > *:first-child .wp-block-cover h1 {
    font-size: clamp(2.6rem, 5vw, 4.25rem) !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-column > .fit-divider-dots-vertical {
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.wp-block-column > .fit-divider-dots-vertical .fit-divider-svg {
    height: 100%;
    min-height: 100%;
    align-self: stretch;
}

