/* WordPress compatibility utilities formerly loaded from Hello's legacy theme.css. */
.alignright {
    float: right;
    margin-left: 1rem;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.alignfull img {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.25rem;
}

.wp-caption img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.gallery-caption,
.wp-caption-text {
    font-size: 13px;
    line-height: 1.5;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 12px 20px;
    clip: auto;
    clip-path: none;
    border-radius: 4px;
    background: #fff;
    color: #202020;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.pagination {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 24px auto;
}

.hide {
    display: none !important;
}

.post .wp-post-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

