
/* WordPress bridge only.
   The Dobcross design rules above are copied from the CURRENT Orchard source.
   These rules neutralise WordPress defaults without redesigning the page. */

body {
    padding: 0 !important;
}

body.home .wp-site-blocks,
body.home main,
body.home .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.home-page > * {
    margin-block-start: 0 !important;
}

.home-page .highlight-card--news .highlight-news {
    display: grid !important;
    grid-template-columns: minmax(118px, 34%) minmax(0, 1fr);
    align-items: stretch !important;
    gap: 16px;
}

.home-page .highlight-card--news .highlight-news__image {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    align-self: stretch !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-page .highlight-card--news .highlight-news > div:last-child {
    min-width: 0;
}

.dobcross-editor-block {
    margin: 0 0 28px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.dobcross-editor-block__toolbar {
    padding: 10px 14px;
    background: #111;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dobcross-editor-block__preview {
    overflow: hidden;
}

.editor-styles-wrapper {
    background: #f3f1ed !important;
    padding: 0 !important;
}

.editor-styles-wrapper .home-hero {
    width: 100% !important;
}

@media (max-width: 560px) {
    .home-page .highlight-card--news .highlight-news {
        grid-template-columns: 1fr;
    }

    .home-page .highlight-card--news .highlight-news__image {
        min-height: 180px !important;
        aspect-ratio: 16 / 9;
    }
}
