/* Lab API Styles */
.lab-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.lab-table th,
.lab-table td {
    border: 1px solid #d0d7de;
    padding: 0.6rem 0.8rem;
    vertical-align: top;
    text-align: left;
}

.lab-table th {
    background: #f6f8fa;
}

.lab-note {
    margin-top: 0.35rem;
    font-size: 0.92em;
    color: #555;
}

.lab-newslist,
.lab-updatelist {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

.lab-news-item,
.lab-update-item {
    display: grid;
    grid-template-columns: 9rem 1fr;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.lab-date {
    white-space: nowrap;
    color: #666;
    font-weight: 600;
}

@media (max-width: 640px) {
    .lab-news-item,
    .lab-update-item {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}

/* Publication List Styles */
.sub_title {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sub_contents {
    margin-left: 20px;
}
.pub {
    margin-bottom: 10px;
}
.pub_title {
    margin-bottom: 5px;
}
.author {
    font-style: normal;
    margin-bottom: 5px;
}
.pub_desc {
    margin-bottom: 10px;
}
.right {
    text-align: right;
}

#main .pub_title {
    background-color: #ffffcc;
    padding: 5px;
}