/* ============================================
LEGAL INFO PAGE - Address Block Fix
============================================ */

/* Better grid for address blocks on mobile */
@media (max-width: 768px) {
.med-card dl > div[itemscope] {
display: flex !important;
flex-direction: column !important;
gap: 0.5rem !important;
}

.med-card dl > div[itemscope] > div {
grid-template-columns: 1fr !important;
gap: 0.25rem !important;
}

.med-card dl > div[itemscope] dt {
font-size: 0.8rem !important;
opacity: 0.7 !important;
}

.med-card dl > div[itemscope] dd {
font-size: 0.95rem !important;
}
}
