.gallery-infobox{background-color:var(--color--sand-100);border-bottom:1px solid #d6ceb8;display:grid;grid-column:full!important;grid-template-columns:var(--layout-grid-structure);margin-top:0!important;max-width:100%!important}@media screen and (min-width:768px){.gallery-infobox{background-color:var(--color--sand-50)}}.gallery-infobox__content{display:flex;flex-flow:column wrap;grid-column:wide;padding-block:var(--spacing-medium)}.gallery-infobox__content>div:first-child{border-top:1px solid #d6ceb8}@media screen and (min-width:768px){.gallery-infobox__content{flex-direction:row;gap:1rem 2rem;padding-block:var(--spacing-x-small)}.gallery-infobox__content>div:first-child{border-top:none}}.gallery-infobox__header{align-items:center;border-bottom:1px solid #d6ceb8;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:var(--spacing-xx-small) var(--spacing-xxx-small)}.gallery-infobox__header:first-child{padding-left:0}@media screen and (min-width:768px){.gallery-infobox__header{border-bottom:none}}.gallery-infobox__title{font-size:var(--rnb--font-size--body-regular);font-weight:var(--rnb--font-weight--regular);line-height:var(--rnb--line-height--body-regular);margin-bottom:0}.gallery-infobox__title:after{content:":"}.gallery-infobox__value{color:var(--color--sand-900);font-size:var(--rnb--font-size--body-regular);font-weight:var(--rnb--font-weight--regular);font-weight:var(--rnb--font-weight--bold);line-height:var(--rnb--line-height--body-regular);margin-bottom:0}