/* Portrait orientation styles */
@media (orientation: portrait) {
    body {
        padding: 10px;
    }
}
