.bv-list {
    width: 900px;
    margin: 0 auto;
}

.bv-list-header {
    height: 320px;
    background: url('../images/bv-list-header-nice.png') no-repeat top center;
    background-size: 900px auto;
    position: relative;
}

.bv-week-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 275px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #006634;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    white-space: nowrap;
    pointer-events: none;
}

.bv-list-body {
    background: url('../images/bv-list-middle.png') repeat-y top center;
    padding-left: 60px;
    padding-right: 60px;
}

.bv-list-names {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 13px;
    align-content: start;
}

.bv-list-footer {
    height: 54px;
    background: url('../images/bv-list-footer.png') no-repeat bottom center;
    background-size: 900px auto;
}

.bv-name {
    break-inside: avoid;
    color: #000000;
    font-size: 14px;
    line-height: 1.18;
    margin-bottom: 2px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: normal;
}

.bv-empty-message {
    grid-column: 1 / -1;
    text-align: center;
    font-style: italic;
    font-size: 16px;
}
