.custom button{
color:#1E1E1E;
}
.custom .accordion-trigger {
  padding: 20px;
}

.main-header__top-bar .container {
padding-top: 5px;
padding-bottom: 5px;
}
.main-header__top-bar .container {
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 1024px) {
    .main-header__site-title img {
        max-height: 40px;
    }
}

.main-header__site-title img{
margin-top:5px;
margin-bottom:5px}

.main-navigation .navigation>li>a {
margin: 5px;
}

#footer
.main-footer__top>div:last-child {
    padding-bottom: 50px!important;
}

.main-footer__top>div:last-child {
    padding-bottom: 50px;
}
@media (min-width: 1024px) {
    .main-footer__top {
        padding-top: 50px;
    }
}

.main-footer__bottom {
    padding: 20px 0;
}

.main-footer__col1 img
{
max-width:60px;
}


.media-list:not(:last-child), .property:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 39.9375em) {
.metadata dl > .property dd {
        margin-left: 20px;
    }

.main-banner__container--left .main-banner__content {
  padding: 30px 10px 30px 10px;
}
}

.media-list dt, .property dt{
font-variant: small-caps;
}

@media (min-width: 1024px) {
.main-banner__container--left .main-banner__content {
  padding: 80px 80px 40px 0px;
}
}

## tooltip

.annotation-btn {
	display: block;
	padding: 0 5px;
	position: relative;
}
.annotation-btn .has-annotation {
	color: var(--accent);
	display: inline-block
}
.annotation-btn .annotation-tooltip {
	display: none;
	width: 100%
}
.annotation-btn .annotation-tooltip.active {
	display: block;
	border:1px solid #ddd;
	border-left: 3px solid #ccc;
	padding: 7.5px 20px;
	margin: 10px 0;
	animation: fadeIn 0.3s ease-out;
	clear: both 
}
.annotation-btn .annotation-tooltip__wrapper {
	background-color: #fff;
	font-size: .75rem
}
.annotation-btn .annotation-tooltip__heading {
	display:none;
}
.annotation-btn .annotation-tooltip .property:not(:last-child) {
	margin-bottom: .5rem
}
.annotation-btn .annotation-tooltip dt {
	font-size: .75rem;
	margin-bottom: .25rem;
	padding-right: 0;
	width: auto !important;
	display: block;
	clear: both;
}
.annotation-btn .annotation-tooltip dd {
	font-size: .85rem;
	margin: 0 0 1rem 0;
	margin-left: 0 !important;
	display: block;
	clear: both;
}
.annotation-btn .annotation-tooltip dd.resource.media img {
	display: block;
	max-width: 80px;
	border-radius: 10px 0 !important
}
@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}


/* spacing */
table {
    width: 100%;
    border-collapse: collapse; /* Remove gaps between cells */
}

th, td {
    padding: 12px 8px;
    border: 1px solid #ccc;
    text-align: left;
}

/* Responsive table without stacking */
@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;  /* Horizontal scroll on small screens */
        white-space: nowrap; /* Prevent wrapping */
    }
    
    th, td {
        white-space: nowrap;  /* Keep content in one line */
    }
}



.preview-block .browse-all{
  border-radius: 8px;
  padding: 6px 15px;}

.site-page-pagination a {
  border-radius: 8px;
  padding: 6px 15px;
  font-size: .75rem;
  padding: 10px 14px;
}

.main-navigation .navigation > li > a:hover{
border-radius: 8px;}

.main-navigation .navigation > li > a{
  padding: 5px 10px;}

.main-navigation .navigation > li.active > a{
border-radius: 8px;}

.site-page-pagination{
margin:15px 0;
padding:15px 0;}

.preview-block {
  margin: 1rem 0 2rem !important;
}