.academic-work-keywords-preview {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.25rem;
}
a.badge:visited {
    color: #fff;
}

.academic-work-detail h3 {
    font-weight: 600;
}
.academic-work-detail .hr {
    margin-bottom: 10px;
}

.attachment-download-btn {
    max-width: 300px;
    min-width: 250px;
}

.attachment-download-btn .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Academic Work Metadata Table Styles */
.academic-work-metadata-table {
    border-collapse: collapse;
}
.academic-work-metadata-table th,
.academic-work-metadata-table td {
    border: 1px solid #dee2e6 !important;
    text-align: left;
}

/* Academic Work Citation Component Styles */
.academic-work-citation-component {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.academic-work-citation-component h4 {
    margin-top: 0;
}

.citation-controls {
    margin-bottom: 15px;
}
.citation-controls label {
    margin-bottom: 5px;
}

.citation-output {
    margin-top: 15px;
}

#citationText {
    font-family: monospace;
    font-size: 12px;
    resize: vertical;
}

#copyCitation {
    margin-top: 10px;
}
