/* Mobile specific styles (< 768px) */
@media (max-width: 767.98px) {
    body {
        padding: 5px;
        justify-content: center;
        min-height: 100vh;
    }

    .card-generator-container {
        padding: 12px;
        margin: 0;
        border-radius: 12px;
    }

    .app-title {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    .app-logo-inline {
        max-height: 22px;
    }

    .preview-container {
        min-height: 200px;
        padding: 8px;
        margin-top: 10px;
    }

    .form-control,
    .form-select {
        padding: 8px;
        font-size: 0.85rem;
    }
}