.holiday-columns {
    column-count: 3;
    column-gap: 2rem;
    padding-top: 10px;
}

.visitor-accent-line {
    height: 6px;
    width: 50px;
}

.visitor-lead {
    line-height: 1.75;
}

.visitor-copy-tight {
    line-height: 1.7;
}

.visitor-copy {
    line-height: 1.8;
}

.visitor-copy-loose {
    line-height: 2;
}

.visitor-inline-list {
    line-height: 1.8;
    list-style-position: inside;
}

.visitor-date {
    color: var(--fr-cyan) !important;
}

.visitor-contained-img {
    max-height: 400px;
}

.holiday-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    break-inside: avoid;
    background-color: #fff;
    padding: 0.5rem 0;
}

.holiday-item h6 {
    color: var(--fr-purple);
    font-weight: 600;
    margin-bottom: 0.3rem;
    line-height: 1.4;
}

.holiday-item p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.holiday-item .small {
    color: var(--fr-cyan) !important;
}

.no-bullets {
    list-style: none;
    padding-left: 0;
}

.no-bullets li {
    line-height: 1.8;
}

.mfaic-sidebar {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    transition: all 0.3s ease;
    position: sticky;
    top: 20px;
}

.mfaic-sidebar-header {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--fr-dark);
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
}

.mfaic-sidebar-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.mfaic-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: var(--fr-text-muted);
    border-radius: 3px;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mfaic-sidebar-link:hover,
.mfaic-sidebar-link.active {
    background-color: rgba(var(--fr-purple-rgb), 0.08);
    color: var(--fr-purple);
    font-weight: 500;
}

.mfaic-sidebar-icon {
    font-size: 0.8rem;
    color: #888;
    opacity: 0.6;
    transition: all 0.2s ease;
}

.mfaic-sidebar-link:hover .mfaic-sidebar-icon {
    color: var(--fr-purple);
    opacity: 0.9;
}
