/**
 * Full/Half Width Converter Styles
 * 全角半角変換ツール専用スタイル
 *
 * IMPORTANT: This file now imports shared styles from text-converter-common.css
 * All common converter styles (layout, buttons, responsive) are in the common file.
 *
 * Version: 2.0 - Consolidated to use text-converter-common.css
 * Previous version: 228 lines (now 29 lines) - 87.3% reduction
 */

/*
 * Import shared text converter styles
 * This provides:
 * - .converter-layout (2-column responsive layout)
 * - .converter-input-section / .converter-result-section
 * - .copy-btn / .clear-btn (buttons with hover/active states)
 * - .char-counter (character counter display)
 * - Mobile responsive breakpoints (768px, 480px)
 * - Print styles
 * - Accessibility features
 */
@import url('text-converter-common.css');

/* ========================================
   Tool-Specific Styles
   ======================================== */

/* Radio button container for conversion direction */
.conversion-direction-controls {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

/* Currently uses common styles + above tool-specific addition */
/* Add more tool-specific overrides here if needed */
