/**
 * TrafficNinja Frontend Styles
 */

.trafficninja-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto;
}

/* Ensure figure containers also behave */
.trafficninja-content figure {
    margin: 0;
    max-width: 100%;
}

.trafficninja-content figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #666;
    margin-top: 0.5em;
}