.category-page {
    padding: 30px 0;
}

.category-detail-box {
    margin-bottom: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}

.category-title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.3;
    color: #111827;
}

.category-description {
    color: #374151;
    line-height: 1.7;
    word-break: break-word;
}

.category-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
}

.category-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.category-table thead th {
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #111827;
    font-size: 14px;
}

.category-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    font-size: 14px;
    vertical-align: top;
}

.category-table tbody tr:last-child td {
    border-bottom: 0;
}

.category-table a {
    color: #111827;
    text-decoration: none;
}

.category-table a:hover {
    text-decoration: underline;
}