/* Frontend Styles for Footnotes Block */
/* .pubpark-footnotes-block {
    border-top: 1px solid #e9ecef;
    margin-top: 3rem;
    padding: 0.5rem 0;
} */

.pubpark-footnotes-block .pubpark-footnotes-title {
    font-family: var(--journal-serif-font, 'Playfair Display', serif);
    color: var(--journal-primary-green, #2d5a27);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

.pubpark-footnotes-block .pubpark-footnotes-list {
    margin-left: 1.5rem;
    margin-bottom: 0;
    list-style-type: decimal;
}

.pubpark-footnotes-block .pubpark-footnotes-list li {
    background-color: #f8f9fa;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    font-size: 0.85rem;
    color: #666;
    text-align: left;
}

.pubpark-footnotes-block .pubpark-footnotes-list li:last-child {
    margin-bottom: 0;
}

.pubpark-footnotes-block .pubpark-footnotes-list li p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.pubpark-footnotes-block .pubpark-footnotes-list li p:last-child {
    margin-bottom: 0;
}

/* Links within footnotes */
.pubpark-footnotes-block .pubpark-footnotes-list a {
    color: var(--journal-primary-green, #2d5a27);
    text-decoration: underline;
}

.pubpark-footnotes-block .pubpark-footnotes-list a:hover {
    color: #1a3d1a;
    text-decoration: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .pubpark-footnotes-block {
        padding: 1.5rem 0;
        margin-top: 2rem;
    }
    
    .pubpark-footnotes-block .pubpark-footnotes-title {
        font-size: 1.1rem;
    }
    
    .pubpark-footnotes-block .pubpark-footnotes-list {
        margin-left: 1rem;
    }
    
    .pubpark-footnotes-block .pubpark-footnotes-list li {
        font-size: 0.85rem;
    }
}

/* Wide and full alignment support */
.pubpark-footnotes-block.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pubpark-footnotes-block.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}


.pubpark-endnotes-block .pubpark-footnotes-title {
    color: var(--journal-primary-green, #2d5a27);
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5rem;
}
