body.bizdec-blog-post {
    --bizdec-accent: #efb51d;
    --bizdec-line: #dce5ea;
    --bizdec-soft: #f5f8fa;
    background: #fff;
}

.bizdec-post-shell {
    min-height: 100vh;
}

.admin-bar .bizdec-post-shell {
    min-height: calc(100vh - 32px);
}

.bizdec-post-header {
    grid-template-columns: 1fr;
    min-height: 112px;
}

.bizdec-post-header .bizdec-training-navigation,
.bizdec-post-header .bizdec-training-menu {
    justify-content: flex-end;
}

.bizdec-post-header .bizdec-training-menu .is-blog a {
    font-weight: 700;
}

.bizdec-post-main {
    flex: 1 0 auto;
    width: 100%;
    background: #fff;
}

.bizdec-post-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    height: clamp(240px, 27vh, 285px);
    max-height: 285px;
    overflow: hidden;
    border-bottom: 1px solid var(--bizdec-line);
}

.bizdec-post-hero.has-no-media {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
}

.bizdec-post-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(24px, 2.6vw, 38px) clamp(42px, 5.2vw, 88px);
}

.bizdec-post-kicker {
    margin-bottom: 8px;
    color: var(--bizdec-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bizdec-post-hero h1 {
    max-width: 900px;
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 clamp(28px, 2.55vw, 40px)/1.04 Arial, Helvetica, sans-serif;
    letter-spacing: -.04em;
}

.bizdec-post-hero time {
    margin-top: 10px;
    color: #657f8d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bizdec-post-back {
    align-self: flex-start;
    margin-top: 13px;
    color: var(--bizdec-primary);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.bizdec-post-back:hover,
.bizdec-post-back:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bizdec-post-hero-media {
    position: relative;
    min-width: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--bizdec-soft);
}

.bizdec-post-hero-media::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--bizdec-accent);
}

.bizdec-post-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bizdec-post-article {
    width: min(1040px, calc(100% - 96px));
    margin: 0 auto;
    padding: 46px 0 72px;
    color: #173f52;
    font-size: 14px;
    line-height: 1.62;
}

.bizdec-post-article > *:first-child {
    margin-top: 0;
}

.bizdec-post-article > *:last-child {
    margin-bottom: 0;
}

.bizdec-post-article p,
.bizdec-post-article ul,
.bizdec-post-article ol,
.bizdec-post-article blockquote,
.bizdec-post-article table,
.bizdec-post-article figure {
    margin-top: 0;
    margin-bottom: 1.2em;
}

.bizdec-post-article h2,
.bizdec-post-article h3,
.bizdec-post-article h4,
.bizdec-post-article h5,
.bizdec-post-article h6 {
    margin: 1.65em 0 .6em;
    color: var(--bizdec-primary);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.16;
    letter-spacing: -.025em;
}

.bizdec-post-article h2 { font-size: 24px; }
.bizdec-post-article h3 { font-size: 19px; }
.bizdec-post-article h4 { font-size: 16px; }

.bizdec-post-article a {
    color: #0875aa;
    text-underline-offset: 3px;
}

.bizdec-post-article img,
.bizdec-post-article video,
.bizdec-post-article iframe {
    max-width: 100%;
    height: auto;
}

.bizdec-post-article figure {
    max-width: 100%;
}

.bizdec-post-article .wp-block-image img,
.bizdec-post-article figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bizdec-post-article blockquote {
    padding: 12px 18px;
    border-left: 3px solid var(--bizdec-accent);
    background: #f8fafb;
}

.bizdec-post-article table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.bizdec-post-article th,
.bizdec-post-article td {
    padding: 8px 10px;
    border: 1px solid var(--bizdec-line);
    text-align: left;
    vertical-align: top;
}

@media (max-width: 1080px) {
    .bizdec-post-header .bizdec-training-navigation,
    .bizdec-post-header .bizdec-training-menu {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .bizdec-post-hero {
        grid-template-columns: 1fr;
        height: auto;
        max-height: none;
    }

    .bizdec-post-hero-copy {
        padding: 32px 24px 36px;
    }

    .bizdec-post-hero-media {
        height: 230px;
    }

    .bizdec-post-article {
        width: min(100% - 48px, 760px);
        padding: 36px 0 56px;
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .bizdec-post-article {
        width: calc(100% - 36px);
        font-size: 13.5px;
    }

    .bizdec-post-hero h1 {
        font-size: clamp(27px, 9vw, 37px);
    }

    .bizdec-post-hero-media {
        height: 200px;
    }
}


/* v1.12.3 — blog article body and article tables use the canonical body size. */
.bizdec-post-article {
    font-size: var(--bizdec-body-font-size);
    line-height: var(--bizdec-body-line-height);
}

.bizdec-post-article table {
    font-size: 1em;
    line-height: inherit;
}

@media (max-width: 820px) {
    .bizdec-post-article {
        font-size: var(--bizdec-body-font-size);
        line-height: var(--bizdec-body-line-height);
    }
}

@media (max-width: 520px) {
    .bizdec-post-article {
        font-size: var(--bizdec-body-font-size);
    }
}
