/* Content wrapper styles */
.wpb-content-wrapper {
    padding: 40px 20px;
    max-width: 1170px;
    margin: 0 auto;
}

/* Allow full-width blocks to break out */
.wpb-content-wrapper,
.vc_row,
.wpb_column,
.vc_column-inner,
.wpb_wrapper,
.layout__region--content {
    overflow: visible !important;
}

/* Full width break for headers and special blocks */
.block-full-width-break {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    margin-top: -40px;
    margin-bottom: 40px;
}

.block-full-width-break .sohohotel-page-header-wrapper {
    width: 100%;
}

/* Row and column styles */
.vc_row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wpb_row {
    margin-bottom: 0;
}

.vc_row-fluid {
    width: 100%;
}

.wpb_column {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

/* Remove padding for full-width blocks */
.wpb_column:has(.block-full-width-break) {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container {
    padding: 0;
}

.vc_col-sm-12 {
    width: 100%;
}

.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.wpb_wrapper {
    position: relative;
}

/* Text column styles */
.wpb_text_column {
    margin-bottom: 0;
}

.wpb_text_column .wpb_wrapper {
    background: transparent;
    padding: 40px;
}

.wpb_text_column h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
}

.wpb_text_column p {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.wpb_text_column p strong {
    color: #333;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

/* Main content area - transparent so wrapper background shows through */
.sohohotel-main-content {
    background: transparent;
}

/* Full-width unboxed pages (home, accommodation detail) should not have white background */
.sohohotel-main-content-full-width-unboxed {
    background: transparent;
}

.sohohotel-main-content-full-width {
    width: 100%;
}

.sohohotel-content-wrapper {
    background: #f5f5f5;
    padding: 60px 0;
}

.sohohotel-content-wrapper-full-width-unboxed {
    background: transparent;
    padding: 0;
}

.sohohotel-main-content-full-width-unboxed .wpb-content-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.sohohotel-content-wrapper-full-width {
    width: 100%;
}

.sohohotel-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Layout region */
.layout__region--content {
    width: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
    .wpb-content-wrapper {
        padding: 20px 10px;
    }

    .wpb_text_column .wpb_wrapper {
        padding: 20px;
    }

    .wpb_text_column h2 {
        font-size: 22px;
    }

    .wpb_text_column p {
        font-size: 13px;
    }

    .wpb_text_column p strong {
        font-size: 14px;
    }
}
