.elementor-6 .elementor-element.elementor-element-c4e8eae{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-921177f{text-align:center;}.elementor-6 .elementor-element.elementor-element-a32d013{width:var( --container-widget-width, 800px );max-width:800px;--container-widget-width:800px;--container-widget-flex-grow:0;}.elementor-6 .elementor-element.elementor-element-a32d013 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-a32d013.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-c4e8eae{--content-width:1280px;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-a32d013 *//* Remove bullet points from the container and all lists */
.sorted-pdfs-container, 
.sorted-pdfs-container ul, 
.sorted-pdfs-container li {
    list-style: none !important; /* Ensure no bullet points */
    padding: 0;
    margin: 0;
}

/* Container for the year */
.sorted-pdfs-container h3 {
    width: 100%; /* Full width for year headers */
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
    border-bottom: 2px solid #ccc; /* Optional underline */
    padding-bottom: 5px;
}

/* Style for months and PDFs */
/*.sorted-pdfs-container ul {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping */
    padding: 0;
    margin: 0;
    list-style: none; /* Remove bullet points */
}

.sorted-pdfs-container ul li {
    flex: 1 1 calc(33.33% - 10px); /* Three columns on desktop */
    max-height: 300px; /* Limit height if needed */
    display: flex;
    flex-direction: column;
    margin: 0 10px 20px; /* Adjust spacing */
}

.sorted-pdfs-container ul li strong {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

/* Adjustments for 15 lines max */
.sorted-pdfs-container ul li a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000; /* Default link color */
}

.sorted-pdfs-container ul li a:hover {
    color: #0073e6; /* Hover color */
}

/* Responsive Design: Two columns on medium screens */
@media (max-width: 1024px) {
    .sorted-pdfs-container ul li {
        flex: 1 1 calc(50% - 10px); /* Two columns */
    }
}

/* Responsive Design: One column on small screens */
@media (max-width: 768px) {
    .sorted-pdfs-container ul li {
        flex: 1 1 100%; /* One column */
    }
}

/* Year Header */
.sorted-pdfs-container h3 {
    width: 100%; /* Full width for year headers */
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #ccc; /* Optional underline */
    padding-bottom: 5px;
}

/* Month Rows */
.sorted-pdfs-container ul {
    padding: 0;
    margin: 0 0 20px; /* Space between years */
    list-style: none; /* Remove bullet points */
}

.sorted-pdfs-container ul li {
    margin-bottom: 10px; /* Space between months */
    font-size: 1em; /* Adjust font size */
}

/* Month Header */
.sorted-pdfs-container ul li strong {
    font-weight: bold;
    margin-right: 10px; /* Space after month name */
}

/* PDF Links Inline */
.sorted-pdfs-container ul li a {
    text-decoration: none;
    color: #0073e6; /* Link color */
    margin-right: 10px; /* Space between links */
}

.sorted-pdfs-container ul li a:last-child {
    margin-right: 0; /* Remove margin after the last link */
}

/* Responsive Design */
@media (max-width: 768px) {
    .sorted-pdfs-container ul li {
        font-size: 0.9em; /* Slightly smaller text on small screens */
    }
}

.pdf-filter-container {
    margin-bottom: 20px;
}

.pdf-filter-container select {
    padding: 5px 10px;
    font-size: 16px;
}

.pdf-year-group {
    margin-bottom: 20px;
}/* End custom CSS */