.atom-description-layout {
    display: flex !important;
    visibility: visible !important;
    margin-top: 100px !important;
}

.atom-treeview-col {
    display: block !important;
    visibility: visible !important;
}

.atom-treeview-target {
    min-height: 200px !important;
    display: block !important;
    visibility: visible !important;
    font-size: 0.85em !important;
}

.atom-treeview-target ul,
.atom-treeview-target li,
.atom-treeview-target a {
    visibility: visible !important;
}

.atom-treeview-target ul {
    display: block !important;
}

.atom-treeview-target li {
    display: block !important;
}

.atom-treeview-target a {
    display: inline-block !important;
}

.atom-treeview-target .jstree-container-ul {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.atom-treeview-target .jstree-node {
    display: block !important;
    list-style-type: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 22px !important;
    height: auto !important;
    line-height: 22px !important;
    overflow: visible !important;
    position: relative !important;
}

.atom-treeview-target .jstree-node::before,
.atom-treeview-target .jstree-node::after {
    display: none !important;
    content: none !important;
}

.atom-treeview-target .jstree-children {
    padding-left: 8px !important;
}

.atom-treeview-target .jstree-anchor {
    display: inline-block !important;
    padding: 2px 4px 2px 0 !important;
    text-decoration: none !important;
    color: #333 !important;
    line-height: 22px !important;
    height: auto !important;
    position: relative !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 0.85em !important;
    max-width: 100% !important;
    vertical-align: middle !important;
}

@media (min-width: 768px) {
    .atom-treeview-target .jstree-anchor {
        font-size: 0.75em !important;
    }
}

.atom-treeview-target .jstree-anchor:hover {
    background-color: #f0f0f0 !important;
    text-decoration: underline !important;
}

.atom-treeview-target .jstree-icon {
    display: inline-block !important;
    line-height: 22px !important;
    vertical-align: middle !important;
    margin-right: 2px !important;
    background: none !important;
}

.atom-treeview-target .jstree-ocl {
    cursor: pointer !important;
    display: inline-block !important;
    vertical-align: middle !important;
    text-align: center !important;
    margin-right: 4px !important;
}

.atom-treeview-target .jstree-ocl::before {
    content: '▶' !important;
    display: inline-block !important;
    font-size: 10px !important;
    line-height: 16px !important;
}

.atom-treeview-target .jstree-open > .jstree-ocl::before {
    content: '▼' !important;
}

.atom-treeview-target .jstree-leaf > .jstree-ocl {
    visibility: hidden !important;
}

.atom-treeview-target .jstree-themeicon {
    display: none !important;
}

.atom-treeview-target .jstree-loading > .jstree-ocl::before {
    content: '⟳' !important;
    animation: jstree-spin 1s linear infinite !important;
    display: inline-block !important;
}

@keyframes jstree-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.atom-description-page section h2 {
    width: 100%;
}

.atom-description-page ul {
    padding: 0px !important;
}

.atom-description-page a {
    font-size: 1rem !important;
    line-height: 1 !important;
}

.atom-description-page ul li {
    color: #212529 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.atom-description-page ul > li::before {
    font-size: 1rem !important;
    line-height: 1;
    color: #212529 !important;
    font-weight: 400 !important;
    display: inline-block;
    width: 1em;
}

/* Page container */
.atom-description-page {
    max-width: 700px;
    margin: 0;
    padding: 2em;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.atom-description-page h1 {
    margin-bottom: 1.5em;
}

/* Section styles */
.atom-description-page section {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
}

.atom-description-page section h2 {
    font-size: 1.1em;
    margin: 0;
    padding: 1em;
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    color: #0073aa;
}

/* Field row styles */
.atom-field-row {
    display: flex;
    border-bottom: 1px solid #eee;
}

.atom-field-label {
    flex: 0 0 30%;
    margin: 0;
    padding: 0.75em;
    font-size: 0.9em;
    font-weight: 600;
    color: #666;
    text-align: right;
    border-right: 1px solid #eee;
    background: #fafafa;
}

.atom-field-value {
    flex: 1;
    padding: 0.75em;
}

.atom-field-value ul {
    margin: 0;
    padding-left: 1.5em;
}

/* Image container */
.atom-image-container {
    text-align: center;
    margin-bottom: 2em;
}

.atom-image-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Creator block */
.atom-creator-block {
    margin-bottom: 1em;
}

.atom-creator-name {
    font-weight: 600;
}

.atom-creator-dates {
    margin-bottom: 0.5em;
}

.atom-creator-history {
    margin-top: 0.5em;
}

.atom-creator-history h4 {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 0.25em;
}

/* Back link */
.atom-back-link {
    margin: 2em 0;
    border: none;
    border-top: 1px solid #ddd;
}

.atom-back-link a {
    color: #0073aa;
    text-decoration: none;
}
