.hut-info-holder {
text-align: center; 
margin-top: 0;
}
.hut-info {
border: 2px solid var(--green);
background: rgba(255,203,5,0.25);
margin: 0;
}
.hut-info h3,
.entry-content .hut-info h3 {
margin: 0;
color: var(--yellow);
background: var(--orange);
font-size: 1.15em !important;
font-weight: 800 !important;
line-height: 1.2;
padding: .35em .5em;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
.hut-info ul {
text-align: left;
list-style: none;
padding: .75em 1em;
margin: 0;
font-size: .9em;
line-height: 1.3;
}
.hut-info li {
margin-bottom: .25em;
display: flex;
align-items: flex-start;
gap: var(--sm-spacer);
}
.hut-info label {
flex-basis: 40%;
text-align: right;
white-space: nowrap;
font-weight: bold;
-moz-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}
.hut-info span.hut-data {
flex-basis: 60%;
}
@media (min-width: 768px) {
.hut-info-holder {
margin-top: .25em;
}
}