/**
 * GiftCodeNgon - Mobile Responsive
 * 
 * @version 1.0.0
 */

@media (max-width: 768px) {
    .entry-title {
        font-size: var(--text-2xl);
    }

    .seo-content-wrapper {
        padding: var(--space-4);
    }

    .code-box {
        padding: var(--space-4);
    }

    .code-display {
        padding: var(--space-3);
    }

    .code-value {
        font-size: var(--text-lg);
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: var(--text-xl);
    }

    .entry-meta {
        flex-direction: column;
        gap: var(--space-2);
    }

    .seo-content-wrapper {
        padding: var(--space-3);
        border-radius: var(--radius-lg);
    }

    .code-box-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-title {
        font-size: var(--text-lg);
    }

    .code-value {
        font-size: var(--text-base);
    }
}

@media (max-width: 360px) {
    .voting-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vote-btn {
        justify-content: center;
    }
}