#user-bar {
    width: 100%;
}

.values .value {
    left: 30px;
    position: relative;
    padding: 2em;
}

:root {
    --main-bg-color: white;
    --main-araba-color: #CC0066;
    --icons-color: #CC0066;
    --icons-background-color: blue;
    --details-color: #CC0066;
    --background-header: white;
    --background-footer: #D8D8D8;
    --font-ordinal-color: black;
    --font-title-color: #CC0066;
    --font-family: 'Raleway', sans-serif;
    --box-color: #E5E5E5;
}


/* items search bar */

.sorting select {
    margin: 5px;
    font-size: 14px;
    border-color: var(--details-color);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: var(--font-ordinal-color);
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 150px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--details-color);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('../images/select-symbol.svg'), linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    /* background-position: right .7em top 50%, 0 0; */
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}


/* Slider */


/* h4 {
        font-family: 'Lato', sans-serif;
    }
    p {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        margin-left: 2px;
        padding: 13px;
    }
    #content .blocks {
        border-bottom: solid black 2px;
        border-left: solid gray 1px;
        margin-left: 2px;
        box-shadow: 7px 7px 15px #592A08;
    }
    h3,
    h2 {
        padding: 13px;
    } */


/* Medias Queries */

@media (max-width: 1300px) {
    .navigation>li>a {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .navigation>li>a {
        font-size: 14px;
    }
    header nav ul.navigation>li:hover>ul {
        max-width: 1700px;
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .open li a {
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    header nav ul.navigation>li:hover>ul {
        margin-left: auto;
        margin-right: auto;
    }
}


/* custom */


/* header */

#header {
    display: flex;
}

.lineaSup {
    /* border-bottom: solid 2px #001088;
    position: absolute;
    top: 1.1rem;
    left: 30%;
    /* margin-right:200px; */
    width: 70%;
    margin: auto 0 1.5em auto;
    display: flex;
    flex-direction: column;
    flex: 0 1 40%;
    padding: 0 0 0 2.5em;
}

*/ #title {
    margin: 0em auto 2.5em -2%;
    padding: 0.75em 1em;
    background-color: white;
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    /* width: 50%; */
    flex: 0 1 50%;
}

.navBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 1.111em;
    text-align: center;
}

#navBarTitle {
    font-size: 30px;
    /* width: 100px; */
    flex: 1;
    color: black;
}

#search {
    position: relative;
    top: 10px;
}

header .navBar>nav>ul>li>a,
header .navBar>nav>ul>li>.parent-link>a {
    /* margin   : 7.5px; */
    font-size: 16px !important;
    color: black;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}

#search form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    border-radius: 30%;
}

#search-form input[type="text"] {
    border: 0;
    padding:1em;
    border-radius: 5%;
    background: rgba(177, 159, 111, 0.1);
}

#search-form {
    flex-direction: row-reverse;
    border-radius: 30%;
}

.value select {
    font-size: 12px;
}

.advanced-search-content {
    width: 80%;
    margin: 0 auto;
}

#mainFooter {
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    align-items: center;
    height: auto;
    justify-content: space-between;
    width: 100%;
    justify-content: center;
    /* align-content: center; */
}

#mainFooterInicio {
    display: flex;
    float: right;
    font-weight: 300;
    font-size: 12px;
    color: #ae9549;
    top: -170px;
    position: relative;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.footer1 {
    width: 50%;
}

.footer1 h2 {
    font-size: clamp(1.25rem, 2em, 2.25rem);
    line-height: unset;
    text-align: center;
}

.footer1 p {
    font-size: clamp(0.8rem, 1.222em, 1em);
    text-align: center;
}

.footer1Inicio {
    flex: 1;
    padding-left: 30px;
}

.footer2 {
    /* width: 20%; */
    flex: 1;
    min-width: 10em;
    min-height: 3em;
    text-align: center;
}

.footer3 {
    padding-left: 1em;
}

#social {
    margin: 0;
    float: left;
    padding: 0;
}

#social li {
    display: inline;
}

.description {
    color: white
}

#up {
    font-size: 12px;
    position: relative;
    width: 40px;
    margin-bottom: 20px;
    margin-right: 20px;
}

#up>* {
    font-weight: 300 !important;
    padding: 2px;
}



/* item page */

.browse-controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 2em;
    text-align: right;
}


.page-input-top {
    background-color: #B19F6F;
}

.item .resource .description {
    background-color: #B19F6F;
    color: white;
    font-size: 12px;
}

.item .resource h4 a {
    font-weight: normal;
    padding-bottom: 10px;
}


/* pagination inferior */

#content>nav:last-of-type>form>.page-input-top,
#content>nav:last-of-type>form>.page-count {
    display: none !important;
}

#content>nav:last-of-type {
    display: flex;
}

.previous.o-icon-prev.button.inactive {
    flex: 1;
    order: -1;
    color: gray;
}

.next.o-icon-next.button.inactive {
    flex: 1;
    order: 3;
    color: gray;
}

.row-count {
    text-align: center;
}


/* item description */

#content .property h4 {
    font-size: 20px;
}

.value {
    font-size: 14px;
}


/* site page results */

.results h2 {
    text-align: left;
    font-size: 25px;
}

.index.search .results ul li {
    margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: 0;
}

.index.search .results ul li a {
    color: black;
    margin: 39px;
}

.index.search .results a {
    color: grey;
}

.add-value.o-icon-add.button {
    color: var(--icons-color);
}

#advanced-search .add-value {
    margin-bottom: 0;
    position: relative;
    top: -10px;
}

.o-icon-delete {
    color: var(--icons-color);
}


/* pag de elementos anidados */

.toc-block>ul {
    border-left: 0 !important;
    margin-left: 100px !important;
}

.toc-block ul li {
    background-color: gray;
    display: flex;
    width: 30%;
}

.toc-block ul li a {
    color: white;
    font-weight: lighter !important;
    padding: 10px;
    font-size: 22px;
}

.blocks {
    min-height: 350px;
}

.breadcrumbs a::first-line {
    font-weight: bold;
}

header nav>ul>li>a:not(:only-child)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    margin-left: 7.5px;
    width: 30px;
}

.parent-link ul.navigation:hover {
    /* padding: 14px 0 6.5px; */
    display: inline;
}


/* Theonyms page */

.resource-list.preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.resource-list .resource {
    padding-bottom: 29px;
    overflow: hidden;
    position: relative;
    margin: 15px;
}

ul.resource-list .resource {
    padding-bottom: 29px;
    overflow: hidden;
    position: relative;
    margin: 15px;
}

.blocks .preview-block ul .item-set.resource {
    width: 250px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: #dedede solid 1px;
}

ul.resource-list {
    list-style-type: none;
    padding-left: 0;
    width: initial;
    /* text-align     : center; */
}

.toc-block>ul>li {
    margin-bottom: 1.3rem !important;
}

.preview-block .resource-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

ul.resource-list .resource:first-child {
    border: 0;
}

ul.preview.resource-list li:first-of-type {
    border-top: 0;
}

.preview-block .resource-list.preview .item.resource {
    width: 300px;
    margin-top: 30px;
    text-align: left;
    padding: 10px;
}

.preview-block .resource-list.preview .item.resource a {
    color: black;
    font-weight: lighter;
}

.active a {
    color: rgb(72, 47, 9);
    font-weight: bold;
}

/* .pagination form:last-of-type {
    display: none;
} */

.row-count:last-of-type {
    flex: 1;
}

.previous.o-icon-prev.button:last-of-type {
    flex: 1;
    background-color: transparent;
}

#search #search-form button {
    background-color: transparent;
}

.advanced-search {
    margin: 0 auto;
    font-size: 14px;
}

#advanced-search button {
    margin-left: 10em;
}

.closed {
    top: 25px;
}


/* inicio page */

.sectionInicio {
    flex: 1;
    border-bottom: grey solid 1px;
    border-right: grey solid 1px;
    margin-right: 31px;
    -webkit-box-shadow: 1px 0px 1px 0px rgba(100, 100, 100, 0.75);
    -moz-box-shadow: 1px 0px 1px 0px rgba(100, 100, 100, 0.75);
    box-shadow: 1px 0px 1px 0px rgba(100, 100, 100, 0.75);
    font-size: 12px;
    padding-left: 2px;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 20px;
}

.mapping-block {
    flex: 1;
    margin-bottom: 8%;
}

.inicio {
    display: flex;
    flex-direction: row;
}

#titlePageInicio {
    font-size: 40px;
    /* line-height: 120px; */
    border: solid 2px #ae9549;
    color: #ae9549;
    padding: 10px;
    padding-left: 20px;
}

#headerInicio {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 400px;
    display: flex;
    flex-direction: column;
}

#headerInicio h1 {
    flex: 1;
    width: 100%;
}

.menuInvertido .navigation li {
    display: inline-block;
    margin: 10px;
    margin-top: 0;
}

.menuInvertido .navigation li ul {
    display: none;
}

.menuInvertido .navigation {
    flex: 1;
    flex-basis: 80%;
}


/* Browse page Template1 */

#thumbnailItemBrowse1 img {
    /* width: 30%; */
    max-height: 200px;
}

.item.resource.itemBrowse1Resources {
    padding-top: 0;
}

.resource-list.itemBrowse1Resources {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-evenly;
}

ul.resource-list .resource:first-child {
    /* border-top: 1px solid #dedede; */
    padding-top: 0px;
}

.item.resource.itemBrowse1Resources {
    display: flex;
    flex-direction: column;
    /* width: 30%; */
    justify-content: center;
    align-content: center;
    margin-left: 15px;
    width: 30%;
    min-width: 200px;
}

.descriptionitemBrowseTemplate1 {
    flex: 1;
    width: 30%;
    font-size: 16px!important;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.descriptionitemBrowseTemplate1 a {
    color: black;
}

.item.resource.itemBrowse1Resources img {
    width: initial;
    /* max-height: 9em; */
    margin: 0;
    object-fit: cover;
    height: 20rem;
}

.descriptionitemBrowseTemplate1 a {
    color: black;
}

.titleItemBrowseTemplate1 {
    max-height: 20px;
    overflow: hidden;
}

.itemBrowse1_introduction {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.ItemBrowse1_presentation {
    margin-left: 20px;
    width: 90%;
}


/* 
end browse template 1
*/


/* Browse page template2 */

.item.resource.itemBrowse2Resources img {
    width: initial;
    /* max-height: 9em; */
    margin: 0;
    object-fit: cover;
    height: 20rem;
}

#titleBrowse2 {
    width: 70%;
    background-color: gray;
    color: white;
    padding: 5px;
    border-radius: 4em;
}

.resource-list.itemBrowseResources2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.descriptionitemBrowseResources2 h4 a {
    /* width: 30%; */
    color: white !important;
}

.item.resource.itemBrowseResources2 {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 30%;
    min-width: 200px;
}

.descriptionitemBrowseResources2 {
    /* width: 30%; */
    font-size: 16px!important;
    width: 100%;
    padding: 5px;
}

.descriptionitemBrowseResources2 a:first {
    color: #ebebebc1;
    background-color: transparent !important;
}

#helperItemBrowse2 {
    float: right;
    background-color: #B19F6F;
    border-radius: 4em;
    width: 10em;
    text-align: right;
    padding-right: 1em;
    background-image: url("../images/flecha-correcta.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#helperItemBrowse2 a {
    color: white;
}

.item.resource.itemBrowseResources2 img {
    width: initial;
    float: none;
    margin: 0;
    object-fit: cover;
    height: 20rem;
}

.resource-list .itemBrowseResources2:first-child {
    padding-top: 0 !important;
}

.titleitemBrowseResources2 a {
    background: transparent !important;
    color: #B19F6F!important;
}

.titleitemBrowseResources2 {
    max-height: 20px;
    overflow: hidden;
}

.description.descriptionitemBrowseResources2 {
    display: inline !important;
}


/* 
end browse template 2
*/


/* start item show template1 */

.descriptionTemplate1 .text {
    color: black;
    padding: 10 10 20 20;
}

.itemShowSection1Template1 .media-embeds .media-render img {
    border-radius: 2em;
    margin-left: 2em;
    object-fit: cover;
    height: 20rem;
}

#introductionTextItemBrowse2 {
    display: flex;
}

#descriptionItemBrowse2 {
    width: 90%;
}


/* #thumbnailItemBrowse2 {
    width: 10%;
} */

.media-embeds .media-render a img {
    width: 40%;
    border-radius: 2em;
}

.itemShowSection2template1 .metadatos {
    color: black;
    background-color: #B19F6F;
    padding: 10 10 20 20;
    margin-top: 40px;
    width: 40%;
    border-radius: 58px 58px 58px 58px;
    margin-left: 5%;
    float: right;
    margin-bottom: 30px;
}

#content .valuesSeries .property h4 {
    font-size: 20px;
    color: black;
}

.itemShowSection2template1 .valuesSeries {
    display: none;
}

#mapping-section {
    display: none;
}

.descriptionTemplate1 {
    width: 90%;
    min-height: 150px;
    background-color: rgb(238, 238, 238);
}

.itemShowSection1template1 .media-embeds {
    /* width: 50%; */
}

.metadata.itemshowtemplate2 {
    max-height: 600px;
    overflow: scroll;
}

.item-set-items {
    max-height: 600px;
    overflow: scroll;
}


/* start item show template2 */

.browse-controls.itemShowTemplate2 {
    width: auto;
}

.itemShowSection1Template2 .metadatos {
    background: #DBDBDB;
    float: right;
    width: 60%;
    border-radius: 2em;
    padding: 0.5em;
    margin-top: 1em;
}

.itemShowSection2Template2 .text {
    max-height: 350px;
    overflow-y: scroll;
    min-height: 15em;
}

.itemShowSection2Template2 .valuesSeries {
    display: none;
}

.section1template1 {
    background-color: grey;
    width: 100%;
    height: 600px;
}

.section2template1 {
    flex: 1;
    width: 70%;
    max-height: 800px;
    overflow-y: auto;
}

.section2Template1 div {
    overflow-y: auto;
}

.itemShowtemplate2 {
    display: flex;
    flex-direction: row-reverse;
    /* max-height: 700px;
    overflow-y: auto; */
}

.itemShowSection1Template2 {
    flex: 1;
}

.itemShowSection2Template2 {
    flex: 1;
    overflow-y: auto;
}

.itemShowSection1Template2 .media-embeds .media-render img {
    border-radius: 2em;
    margin-left: 2em;
}


/* end  item show template2 */


/* eliminar miniatura de page */

.resource-list .item-set.resource a img {
    display: none;
}

.resource-list.preview+a {
    display: none;
}

ul.resource-list .resource .description {
    display: none;
}


/* cambios jesus */

.footer2 {
    /* width: 20%; */
    flex: 1;
    min-width: 10em;
    text-align: center;
}

#header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}


/* Actualización v4 */

div.lib-column {
    flex: 1;
    min-width: 5em;
    padding: 1em;
}

div.lib-block {
    padding: 1em;
    /* margin: auto; */
}

div.lib-block-list-sites-pages .navigation li {
    width: 100%;
    padding: 0.5em;
}

div p {
    font-size: 0.9em;
}

#link-libnamic-text h3 {
    text-decoration: underline;
}

.lib-block-image img {
    max-width: 100%;
    max-height: 50em;
}
.lib-block-image img {
    display: block;
    margin: 0 auto;
}

body.Inicio {
    flex-direction: column;
}

div.lib-section {
    margin: 2em auto 5em;
    margin-bottom: 1em;
}

.galeria-inicio .swiper-description{
    top: 23rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99000000998776657;
    padding: 1em;
    text-align: center;
    font-size: 1em;
    width: 100%;
    color: white;
    position: absolute;
    height: 8em;
    /* background: red; */
    display: flex;
    justify-content: center;
}

.galeria-inicio .swiper-description p{ 

    font-size:3rem;
        font-weight: bold;
        color:white;
}

.lib-block-image-multilang img{
 width: 100%;
}

@media (max-width: 950px) {
    
    div.lib-row.lib-col-1-1-1,div.lib-row.lib-col-1-1-1-1,div.lib-row.lib-col-1-1-1-1-1,div.lib-row.lib-col-1-1-1-1-1-1{
        flex-direction: row;
    } 
  }


  div.lib-entity.lib-block.lib-block-item-gallery.galeria-inicio img {
    height: 40rem !important;
}



div.grid-item {
    flex: 1 1 30%;
    min-width: 10em;
}
div.lib-block-item-set-gallery .grid-item img {
    width: 100%;
    max-height: 15rem;
    object-fit: contain;
}

.grid-item .text p {
    color: var(--link-color);
    text-decoration: none!important;
}

body.Informacion .grid-item img{
    height: 22rem;
}

body.Informacion .lib-block-item-gallery {
    display: flex;
    flex-direction: column-reverse;
    align-items: center
}

  header#template-expositions {
    margin-bottom: -4em;
    /* min-height: 6em; */
    padding-bottom: 0.75em;
   
  }

  header#template-expositions #header {
    /* align-items: flex-start; */
  }
  header#template-expositions .language_control{
    margin-top: -0.1rem;
    margin-bottom: 0;
  }

 div.lib-block-item img {
    max-height: 50em;
}

div.lib-block-item .item {
    margin: .5rem 0;
}

div.lib-block>* {
    max-width: 100%;
} 

div.item-footer {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    justify-content: space-around;
    flex-wrap: wrap;
}

div.item-footer .item-caption {
    width: 100%;
    text-align: left;
    min-width: 15em;
}

div.hipervinculo_item {
    width: auto;
    float: inline-end;
    margin-top: 3em;
    min-width: 8em;
    max-width: 10em;
}

div.hipervinculo_img2 .logo {
    background: url('/themes/araba-theme/asset/images/logo_prueba.png');
    width: 4em;
    height: 2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
div.hipervinculo_img2 {
    
    float: inline-end;
    margin-top: 3em;
    background: #A74A79;
    display: flex;
    gap: 1em;
}
div.hipervinculo_img2 a{
    color: white;
}
div.hipervinculo_img2  {
   
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    padding: 0.25em;
    background-repeat: no-repeat;
    gap: 1em;
    border-radius: 0.35em;
    background-repeat: no-repeat;
    color: white!important;
    font-weight: 600;
    width: 11em;
}

div.img-caption {
    width: 100%;
    text-align: left;
    min-width:15em;
}

div.img-caption p strong {
	font-weight: bold;
}

div.img-footer {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    justify-content: space-around;
    flex-wrap: wrap;
}


.lib-block.full-width{
    margin: auto;
} 

.hipervinculo_item{
    display: none;
}  

.show-button div.item-footer .item-caption , .show-button div.img-footer .img-caption {
    width: 70%;
    
}

.show-button .hipervinculo_item{

    display: initial;
}

div.lib-block>a, div.lib-block>*>a {
    color: var(--link-color);
}


.language_control{
z-index: 9999;
}

/* menu de oai en item show */

.show .wrapper {
    overflow: initial;
  }


    .toggle_metadata_formats{
      position : relative;
    }
    .oai_metadata_formats{
    margin: 0;
      list-style-type: none;
      padding: 0;
      font-weight: bold;
      white-space: nowrap;
      color: var(--font-title-color);
      
    }

    .oai_metadata_formats li{
        cursor: pointer;
  
    }

    .oai_metadata_formats li:hover{
      text-decoration: underline;

    }
    .fa-times{
      opacity: 0.6;
    }


    .media_count.media-included-search{
       
        left: 3rem;
        height: 2.7rem; 
        display: flex;
        flex-direction: column;
        top:0.2rem
    }

    .media_count.media-included-search i{
       
       background-color: initial;
    } 

    span.item-is-private {
        top: 3.2rem;
    }

    div.social-4, a.social-4{
        flex: 1;
        padding: 0;
        justify-content: center
    }

    .item-metadata-collapse.social-4 h5{
        padding: 0;
        justify-content: center;
    }

    div.social-4 a,div.social-4 span{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    div.social-4 span{
        cursor: pointer;
    }

    div.social-4:hover,div.social-4:hover h5,a.social-4:hover, div.social-4:hover span h5 a,.item-metadata-collapse.social-4 h5:hover{

        background-color: var(--font-title-color);
        color: var(--box-color);
    } 

    .language_control{
        margin-bottom: 0.5rem;
    }

    div.item.swiper-slide {
        align-items: initial;
        justify-content: initial;
        
    }

    div.item.swiper-slide .text {
        
        text-align: center;
    }

    div .figure-flex{

        height: inherit;
        min-height: 6em;
    }


    .figcaption_item{

        display: none;
    }

    .grid-item .figcaption_item.figcaption_item-grid{

        display: block;
    }

    

    .figure-flex .figcaption_item.figcaption_item-list{

        display: block;
    }

    .figure-flex .result-element{
        display: block;
    }

    .figure-flex div {
        color: var(--details-color);
        text-decoration: none;
        text-align: center;
        height: inherit;
    }

    .figure-flex a.result-element.link-item-set {

        border: initial;
        font-weight: initial;
    }

    
    
    div figcaption a.item-url-browse:first-of-type {
        border:initial;
        font-weight: initial;
    }

    span.result-element.link-item-identifier {
        color: black;
    }

     
     #enviar_formulario:disabled {
        opacity: 0.5; 
        cursor: not-allowed; 
    }


    /*  linked-resource  */

    .linked-footer{
        margin-top: 1rem;
    }


    .linked-items .date_itemset_list, .linked-items .media_count{
        font-size: 0.9rem;
    }

    .lib-block-item-set-gallery .grid-item a{
        width: 100%;
    }

    /* section.navigation_template1 {
        top: 7em;
      } */

    #search a.advanced-search-nav {
        /* line-height: initial;  */
        margin-top: -0.3rem;
        background: var(--icons-background-color);
        color: var(--icons-color);
        padding: 0.6rem;
        width: fit-content;
        border-radius: 4px;
        margin-left: auto;
        /* border: 1px solid var(--icons-color); */
        border: 1px grey solid;
    }