body {
    font-family: "Noto Sans", sans-serif;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
    font-variant: small-caps;
}

.teaser .hero-body {
    padding-top: 0;
    padding-bottom: 3rem;
}

.teaser {
    font-family: "Google Sans", sans-serif;
}

.publication-title {
}

.publication-banner {
    max-height: parent;
}

.publication-banner video {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: "Google Sans", sans-serif;
}

.publication-authors {
    font-family: "Google Sans", sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
    color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
    display: inline-block;
}

.publication-banner img {
}

.publication-authors {
    /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
    overflow: hidden;
}

.results-carousel .item {
    margin: 5px;
    overflow: hidden;
    padding: 20px;
    font-size: 0;
}

.results-carousel video {
    margin: 0;
}

.slider-pagination .slider-page {
    background: #000000;
}

.eql-cntrb {
    font-size: smaller;
}

.narrative {
    font-size: 1rem; /* Adjust this size as needed */
    line-height: 1.4;
    margin-bottom: 1rem;
}

.behaviors-list {
    list-style-type: disc;
    padding-left: 20px;
}

.behaviors-list ul {
    list-style-type: circle;
    margin-left: 1rem;
}

.results-carousel .item {
    padding: 24px;
    margin: 24px 0;
    /* background-color: #f5f5f5; */
    border-radius: 24px;
    font-size: 1rem;
}

/* Flex vertifcal */
.wave-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    /* set child block interval */
    gap: 12px;
}

.table {
    width: 100%;
    table-layout: fixed;
}

.generate-results {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;

    tr,
    th,
    td {
        padding: 12px;
        border: 1px solid black;
        text-align: center;
    }
}

.play-button-demo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin: 10px 0;
    border-radius: 30px;
    border: none;
    background: linear-gradient(135deg, #4a90e2, #2c5282);
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    width: 120px;
}

.play-button-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #5a9de2, #3c6292);
}

.play-button-demo:active {
    transform: translateY(1px);
    box-shadow: 0 3px 5px rgba(50, 50, 93, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.play-button-demo i {
    margin: 0 5px;
    font-size: 0.85rem;
}

/* 재생 중일 때 버튼 상태 (JavaScript로 .playing 클래스 토글) */
.play-button-demo.playing {
    background: linear-gradient(135deg, #34d399, #059669);
}

/* Minimal Button Styles for Academic Pages */
.dataset-btn, .sample-btn {
    background: #ffffff;
    border: 2px solid #ddd;
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin: 3px;
    height: 40px;
}

.dataset-btn:hover, .sample-btn:hover {
    border-color: #666;
    background: #f8f9fa;
    color: #333;
}

.dataset-btn.is-primary, .sample-btn.is-primary {
    background: #333;
    border-color: #333;
    color: white;
}

.dataset-btn.is-primary:hover, .sample-btn.is-primary:hover {
    background: #555;
    border-color: #555;
}

/* Minimal Table Styles */
.table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
}

.table {
    margin: 0;
    border-radius: 0;
    border: none;
    background: white;
}

/* .table thead td {
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    padding: 15px;
    border: none;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
} */

.table tbody tr:nth-child(4n-3), .table tbody tr:nth-child(4n-2) {
    background: white;
}

.table tbody tr:nth-child(4n-1), .table tbody tr:nth-child(4n) {
    background: white;
}

.table tbody tr:hover {
    background: white !important;
}

.table td {
    border: 1px solid #e8e8e8;
    padding: 12px;
    vertical-align: middle;
}

.table td:first-child {
    background: #f1f3f4;
    color: #333;
    font-weight: 600;
    font-size: 1.0rem;
    text-align: center;
    border-color: #e0e0e0;
}

/* Audio controls styling */
audio {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    outline: none;
}

/* Markdown content styles with Times New Roman */
.markdown-content {
    text-align: left;
    padding: 16px;
    font-family: "Times New Roman", serif;
    font-size: 1.0rem;
    line-height: 1.5;
}

.markdown-content p {
    font-family: "Times New Roman", serif;
}

.markdown-content strong {
    font-family: "Times New Roman", serif;
    font-weight: bold;
}

.markdown-content em {
    font-family: "Times New Roman", serif;
    font-style: italic;
}

.markdown-content ol {
    padding-left: 20px !important;
    margin-left: 0 !important;
    list-style-type: decimal !important;
    font-family: "Times New Roman", serif;
}

.markdown-content ol li {
    margin-left: 0 !important;
    padding-left: 5px !important;
    display: list-item !important;
    font-family: "Times New Roman", serif;
    margin-bottom: 0.3em;
}

.markdown-content ul {
    padding-left: 25px !important;
    margin-left: 0 !important;
    list-style-type: disc !important;
    font-family: "Times New Roman", serif;
}

.markdown-content ul li {
    margin-left: 0 !important;
    padding-left: 3px !important;
    display: list-item !important;
    font-family: "Times New Roman", serif;
    margin-bottom: 0.3em;
}

/* Ensure bullet points are visible */
.markdown-content li::marker {
    font-family: "Times New Roman", serif;
}

.markdown-content ol li::marker {
    content: counter(list-item) ". " !important;
}

.markdown-content ul li::marker {
    content: "• " !important;
}

/* Button Container Styling */
.field.is-grouped.is-grouped-centered {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

/* QA Header styling */
#qa-header {
    padding: 16px;
    font-family: "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.6;
}

#qa-header p {
    font-family: "Times New Roman", serif;
}

#qa-header strong {
    font-family: "Times New Roman", serif;
    font-weight: bold;
}
