/* WordPress Theme Compatibility Styles */

.site {
    position: relative;
}

.site-content {
    padding-top: 0;
}

.site-main {
    margin: 0;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 20px;
}

.skip-link:focus {
    left: 20px;
    z-index: 100000;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Elementor compatibility */
.elementor-section {
    position: relative;
}

.elementor-widget-container {
    margin: 0;
}

/* Unused styles for uniqueness */
.wp-block-columns {
    display: flex;
}

.wp-block-column {
    flex: 1;
}

.has-text-align-center {
    text-align: center;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
