.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2780 .elementor-element.elementor-element-1fb8247{--grid-columns:4;--grid-row-gap:10px;--grid-column-gap:10px;}.elementor-2780 .elementor-element.elementor-element-1fb8247 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-2780 .elementor-element.elementor-element-1fb8247 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-2780 .elementor-element.elementor-element-1fb8247 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-2780 .elementor-element.elementor-element-1fb8247 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-2780 .elementor-element.elementor-element-1fb8247 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-2780 .elementor-element.elementor-element-1fb8247{--grid-columns:2;}}@media(max-width:767px){.elementor-2780 .elementor-element.elementor-element-1fb8247{--grid-columns:1;}}/* Start custom CSS for shortcode, class: .elementor-element-f099147 *//* ==============================================
   UWS PUBLICATION SIDEBAR
   ============================================== */

.uws-publication-sidebar {
    font-family: "Roboto Slab", serif;
    width: 100%;
}


/* ALL COVERS */

.uws-pub-all {
    display: block;
    width: 100%;

    padding: 14px 16px;
    margin-bottom: 3px;

    background: #182b43;
    color: #ffffff !important;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none !important;

    border-radius: 3px;

    transition: all .2s ease;
}

.uws-pub-all:hover,
.uws-pub-all.active {
    background: #a43d2c;
}


/* DECADES */

.uws-pub-decades {
    margin-bottom: 42px;
}

.uws-pub-decade {
    display: flex;
    align-items: center;
    gap: 6px;

    padding: 13px 14px;

    color: #182b43 !important;

    font-size: 16px;
    font-weight: 500;

    text-decoration: none !important;

    border-bottom: 1px solid rgba(24,43,67,.15);
    border-left: 2px solid rgba(24,43,67,.08);

    transition: all .2s ease;
}

.uws-pub-decade:hover {
    padding-left: 20px;

    color: #a43d2c !important;
    border-left-color: #a43d2c;
}

.uws-pub-decade.active {
    color: #a43d2c !important;
    font-weight: 700;

    border-left: 4px solid #a43d2c;
}


/* COUNT */

.uws-pub-count {
    font-size: .9em;
    opacity: .7;
}


/* RELATED */

.uws-related-publications {
    padding-top: 25px;

    border-top: 1px solid rgba(24,43,67,.18);
}

.uws-related-heading {
    margin-bottom: 12px;

    color: #182b43;

    font-size: 17px;
    font-weight: 800;
}

.uws-related-pub {
    display: block;

    padding: 8px 4px;

    color: #182b43 !important;

    font-size: 15px;

    text-decoration: none !important;

    border-bottom: 1px solid rgba(24,43,67,.12);

    transition: all .2s ease;
}

.uws-related-pub:hover {
    color: #a43d2c !important;
    padding-left: 8px;
}/* End custom CSS */