/* Infobox table */
table.infobox-culture {
float: right;
width: 320px;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background: #f8f9fa;
border-collapse: collapse;
font-size: 0.95em;
line-height: 1.35;
}
/* Cell styling */
table.infobox-culture th,
table.infobox-culture td {
padding: 0.45em 0.55em;
vertical-align: top;
border-top: 1px solid #c8ccd1;
}
/* Title row */
table.infobox-culture th.infobox-title {
background: #eaecf0;
border-top: 0;
text-align: center;
font-weight: 700;
font-size: 1.1em;
}
/* Image row */
table.infobox-culture td.infobox-image {
text-align: center;
}
/* Caption */
table.infobox-culture .infobox-caption {
margin-top: 0.35em;
font-size: 0.9em;
color: #54595d;
}
/* Mobile: stack and full width */
@media screen and (max-width: 720px) {
table.infobox-culture {
float: none;
width: 100%;
margin: 0.5em 0 1em 0;
}
}