/* 2KO Hilton Garden Inn Anaheim Resort article styles — scoped to this article only */
.hgia-wrap {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.95;
    overflow-wrap: anywhere;
}

.hgia-wrap *,
.hgia-wrap *::before,
.hgia-wrap *::after {
    box-sizing: border-box;
}

.hgia-wrap p,
.hgia-wrap li,
.hgia-wrap td,
.hgia-wrap th {
    font-size: 16px;
    line-height: 1.95;
}

.hgia-wrap h2 {
    font-size: 23px;
    line-height: 1.5;
    margin-top: 2.2em;
    margin-bottom: 0.9em;
}

.hgia-wrap h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1.8em;
    margin-bottom: 0.75em;
}

.hgia-wrap .wp-block-image {
    margin: 1.35em 0 1.55em;
}

.hgia-wrap .wp-block-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.hgia-wrap .wp-block-image figcaption {
    margin-top: 0.55em;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

.hgia-wrap .wp-block-table {
    width: 100%;
    max-width: 100%;
    margin: 1.4em 0 1.7em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.hgia-wrap .wp-block-table table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.hgia-wrap .wp-block-table th,
.hgia-wrap .wp-block-table td {
    min-width: 140px;
    vertical-align: top;
    word-break: normal;
    overflow-wrap: anywhere;
}

.hgia-wrap .hgia-note {
    margin-top: 2em;
    font-size: 13px;
    line-height: 1.7;
}

/* Cocoon TOC stays theme-controlled; only prevent accidental horizontal overflow on this page. */
body.single-post .toc,
body.single-post .toc-content,
body.single-post .toc-list {
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .hgia-wrap {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.9;
    }

    .hgia-wrap p,
    .hgia-wrap li,
    .hgia-wrap td,
    .hgia-wrap th {
        font-size: 16px;
        line-height: 1.9;
    }

    .hgia-wrap h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .hgia-wrap h3 {
        font-size: 17px;
        line-height: 1.55;
    }

    .hgia-wrap .wp-block-image figcaption,
    .hgia-wrap .hgia-note {
        font-size: 13px;
        line-height: 1.65;
    }
}
