/* BASICS */
body:not(.funel-king2026) .show-king2026,
body.funel-king2026 .show-default,
body:not(.funel-kotg2026) .show-kotg2026,
body.funel-kotg2026 .show-default {
    display: none;
}

/* LAYOUT */
.sublogo {
    margin-left: auto !important;
}
.no-shrink {
    flex-shrink: 0;
}
    /* programme King 2026 */
.vertical-timeline {
    --gap: 1.5rem;
    --bullet: 8px;
    --date-width: 5ch;
    position: relative;
}
.vertical-timeline:after {
    content: '';
    display: block;
    background-color: var(--wp--preset--color--foreground);
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(var(--date-width) + var(--gap)/2);
    top: 0;
}
.vertical-timeline .wp-block-columns {
    gap: var(--gap);
}
.vertical-timeline .wp-block-column:first-child {
    position: relative;
    flex-basis: var(--date-width) !important;
}
.vertical-timeline .wp-block-column:first-child:after {
    content: '';
    display: block;
    background-color: var(--wp--preset--color--foreground);
    width: var(--bullet);
    height: var(--bullet);
    position: absolute;
    right: calc((var(--gap) / -2) - 4px);
    top: calc(50% - (var(--bullet) / 2));
    border-radius: 100%;
}

    /* cart page */
body.funel-king2026 .wc-block-cart .wc-block-components-product-metadata__description,
body.funel-king2026 .wc-block-cart .wc-block-cart-item__prices,
body.funel-king2026 .wc-block-cart-item__total {
    display: none !important;
}
    /* order confirmation */
.afgolf_king2026_order_summary h2 {
    margin-bottom: 0;
}
.afgolf_king2026_order_summary p {
    margin-block: 0;
}

/* PAGES */
/* home page */
    /* first image of top banner */
body.page-template-king-2026 .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container > .wp-block-group > .wp-block-group:first-child, 
body.page-template-kotg-2026 .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container > .wp-block-group > .wp-block-group:first-child {
    margin-bottom: auto;
}