.voo-postheader {
    width: 580px;
    margin: 0 auto 20px auto;
    padding: 20px;
    box-sizing: border-box;
    background: var(--banner-color);
    background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);
    text-align: center;
}

.voo-postheader-title {
    font-family: 'Aktura', serif;
    font-size: 40px;
    color: var(--akzent);
    letter-spacing: .1em;
    text-transform: lowercase;
    line-height: 1.1;
}

.voo-postheader-meta {
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--akzent);
    opacity: .8;
}

.voo-postheader-line {
    width: 580px;
    margin: auto;
    padding: 24px;
    background: var(--banner-color);
    background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);
    box-sizing: border-box;
    text-align: center;
}

.voo-postheader-line-title {
    font-family: 'Aktura', serif;
    font-size: 38px;
    color: var(--akzent);
    line-height: 1.1;
    text-transform: lowercase;
}

.voo-postheader-divider {
    width: 120px;
    height: 1px;
    background: var(--akzent);
    margin: 15px auto;
}

.voo-postheader-line-meta {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--akzent);
    opacity: .8;
}

.voo-postheader-split {
    width: 580px;
    margin: auto;
    background: var(--banner-color);
    background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}

.voo-postheader-left,
.voo-postheader-right {
    flex: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: var(--akzent);
    text-transform: uppercase;
    letter-spacing: .15em;
}

.voo-postheader-right {
    text-align: right;
}

.voo-postheader-center {
    flex: 2;
    text-align: center;
}

.voo-postheader-center-title {
    font-family: 'Aktura', serif;
    font-size: 34px;
    color: var(--akzent);
    line-height: 1.1;
    text-transform: lowercase;
}

.voo-postheader-center-meta {
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--akzent);
    opacity: .8;
}

.voo-postheader-ornament {
    width: 580px;
    margin: auto;
    padding: 24px;
    background: var(--banner-color);
    background-image: url(https://www.transparenttextures.com/patterns/az-subtle.png);
    text-align: center;
    box-sizing: border-box;
}

.voo-postheader-ornament-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Aktura', serif;
    font-size: 38px;
    color: var(--akzent);
    line-height: 1.1;
    text-transform: lowercase;
}

.voo-postheader-ornament-title::before,
.voo-postheader-ornament-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--akzent);
}

.voo-postheader-ornament-meta {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--akzent);
}