/* Brand review images */
.brand-review-image {
    display: block;
    margin: 24px auto 34px;
    max-width: 900px;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Brand H3 headings (scoped to content only) */
.entry-content h3,
.wp-block-post-content h3 {
    margin-top: 48px;
    margin-bottom: 18px;
    line-height: 1.2;
}

/* Paragraph readability */
.entry-content p,
.post-content p,
.wp-block-post-content p {
    line-height: 1.75;
    margin-bottom: 22px;
}

/* Better spacing after brand images */
.brand-review-image + p {
    margin-top: 28px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .brand-review-image {
        margin: 18px auto 26px;
        border-radius: 10px;
    }

    .entry-content h3,
    .wp-block-post-content h3 {
        font-size: 32px;
        margin-top: 36px;
    }
}

/* Widen content layout */
.entry-content.wp-block-post-content.is-layout-constrained {
    max-width: 1100px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.entry-content.wp-block-post-content.is-layout-constrained > * {
    max-width: 1100px !important;
}

/* Fix H1 width */
.wp-block-post-title {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Better table styling */
.entry-content table,
.wp-block-post-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 26px auto 38px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.entry-content table th,
.wp-block-post-content table th {
    background: #f4f6f8;
    font-weight: 700;
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.entry-content table td,
.wp-block-post-content table td {
    padding: 15px 18px;
    border-bottom: 1px solid #eef0f2;
    vertical-align: top;
}

.entry-content table tr:last-child td,
.wp-block-post-content table tr:last-child td {
    border-bottom: none;
}

.entry-content table tr:hover td,
.wp-block-post-content table tr:hover td {
    background: #fafafa;
}

/* Mobile-friendly tables */
@media (max-width: 768px) {
    .entry-content table,
    .wp-block-post-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Header spacing */
.wp-site-blocks main {
    padding-top: 40px !important;
}

/* Main H1 boxed style */
.wp-block-post-title {
    max-width: 1100px !important;
    margin: 40px auto 34px !important;
    padding: 26px 28px !important;
    border: 3px solid #111 !important;
    border-radius: 18px !important;
    box-shadow: 8px 10px 0 #111 !important;
    background: #fff !important;
    font-size: clamp(28px, 4vw, 44px) !important;
    line-height: 1.12 !important;
    letter-spacing: -1px !important;
}

/* First intro paragraph block boxed style */
.entry-content.wp-block-post-content.is-layout-constrained > p:first-of-type {
    padding: 24px 28px !important;
    border: 3px solid #111 !important;
    border-radius: 18px !important;
    box-shadow: 8px 10px 0 #111 !important;
    background: #fff !important;
}

/* H2 boxed style */
.entry-content h2,
.wp-block-post-content h2 {
    margin-top: 52px !important;
    margin-bottom: 24px !important;
    padding: 20px 24px !important;
    border: 3px solid #111 !important;
    border-radius: 16px !important;
    box-shadow: 6px 8px 0 #111 !important;
    background: #fff !important;
    line-height: 1.2 !important;
    font-size: clamp(22px, 3vw, 30px) !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .wp-block-post-title {
        margin-top: 24px !important;
        padding: 22px !important;
        font-size: 42px !important;
        box-shadow: 5px 6px 0 #111 !important;
    }

    .entry-content h2,
    .wp-block-post-content h2,
    .entry-content.wp-block-post-content.is-layout-constrained > p:first-of-type {
        padding: 18px !important;
        box-shadow: 5px 6px 0 #111 !important;
    }
}
.entry-content h3,
.wp-block-post-content h3 {
    font-size: clamp(18px, 2.4vw, 24px) !important;
    padding-left: 12px;
    border-left: 4px solid #111;
}