﻿.hcvb-list-wrap {
    width: 100%;
}

.hcvb-board-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #444;
}

.hcvb-board-table th,
.hcvb-board-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 10px;
    text-align: center;
}

.hcvb-board-table .hcvb-title {
    text-align: left;
}

.hcvb-board-table .hcvb-title a {
    color: #222;
    text-decoration: none;
}

.hcvb-board-table .hcvb-title a:hover {
    text-decoration: underline;
}

.hcvb-notice-row {
    background: #fafafa;
    font-weight: 600;
}

.hcvb-pagination {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.hcvb-pagination a,
.hcvb-pagination .current {
    min-width: 34px;
    height: 34px;
    border: 1px solid #d0d0d0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #222;
}

.hcvb-pagination .current {
    background: #222;
    color: #fff;
    border-color: #222;
}

.hcvb-detail-wrap {
    border-top: 2px solid #444;
}

.hcvb-detail-title {
    margin: 0;
    padding: 20px 0 8px;
    font-size: 30px;
}

.hcvb-detail-meta {
    display: flex;
    gap: 12px;
    color: #666;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
}

.hcvb-audio-player {
    margin: 20px 0;
}

.hcvb-audio-player audio {
    width: 100%;
}

.hcvb-detail-content {
    padding: 18px 0;
    border-bottom: 1px solid #ededed;
}

.hcvb-nav-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
}

.hcvb-nav-table th,
.hcvb-nav-table td {
    border-bottom: 1px solid #ececec;
    padding: 10px;
    text-align: left;
}

.hcvb-back-link {
    margin-top: 18px;
}

.hcvb-back-link a {
    display: inline-block;
    border: 1px solid #d0d0d0;
    padding: 8px 14px;
    text-decoration: none;
    color: #222;
}

.hcvb-empty {
    padding: 40px 0;
    text-align: center;
}
