.custom-shape-divider-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 47px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom .shape-fill {
    fill: #ffffff;
}

.custom-shape-divider-container {
    position: relative;
    margin-block: unset !important;
}

.wp-block-image > img {
    box-shadow: var(--wp--custom--shadow);
}

@media (max-width: 781px) {
    .hide-on-mobile {
        display: none;
    }
}

body {
    --tec-color-border-default: var(--wp--preset--color--dark);
}

.tribe-common a{
    color: var(--tec-color-link-accent) !important;
}

.tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
    color: var(--tec-color-link-accent-hover) !important;
}

html {
    scroll-behavior: smooth;
}