/* assets/css/style.css */
@import url('libsite.css');
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    flex: 1 0 auto; 
}
footer.bg-light { 
    flex-shrink: 0; 
}
.accordion-button:not(.collapsed) {
    color: #052c65; 
    background-color: #e7f1ff;
}
.work-item {
    padding: 1rem;
    border-left: 4px solid #28B463; 
    margin-bottom: 1.5rem !important; 
    background-color: #f8f9fa; 
    border-radius: 0.25rem;
}
.text-primary {
	color:#28B463 !important;
}
.year-title, .work-type-title { text-align: center; font-weight:500; }
.teacher-degree { padding-left: 5px; }
.work-item p { margin-bottom: 0.5rem; }
.work-title-header { font-weight: 500; font-size: 1.1rem; color: #333; }
.work-annotation { font-size: 0.95rem; color: #555; }
.teacher-name .text-muted { font-size: 0.85em; }
.breadcrumb { margin-bottom: 1.5rem; }