/* ===== Non-critical styles (loaded after critical CSS) ===== */

/* Additional base styles */
html {
    scroll-behavior: smooth;
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== Typography ===== */
.subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: 0.9;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

/* ===== Introduction Card ===== */
.intro-card {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.intro-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.8rem;
    text-align: center;
}

.intro-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
    text-align: center;
    margin-bottom: 1.2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.intro-features {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.feature-tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

/* ===== FAQ Section ===== */
.faq-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-subtitle {
    font-size: 1rem;
    color: #718096;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 400;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    padding: 1.5rem 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: #667eea;
}

.faq-question:focus {
    outline: none;
    color: #667eea;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #718096;
    transition: transform 0.3s ease, color 0.2s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-question:hover .faq-icon {
    color: #667eea;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
    color: #667eea;
}

.faq-answer {
    padding: 0 0 1.5rem 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
    max-height: 200px;
    opacity: 1;
    padding: 0 0 1.5rem 0;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

/* ===== Mode Switcher ===== */
.mode-switcher-section {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mode-switcher {
    max-width: 600px;
    margin: 0 auto;
}

.mode-tabs {
    display: flex;
    gap: 0.5rem;
    background: #f7fafc;
    padding: 0.5rem;
    border-radius: 10px;
    overflow-x: auto;
}

.mode-tab {
    flex: 1;
    min-width: 120px;
    background: transparent;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #718096;
}

.mode-tab.active {
    background: white;
    color: #2d3748;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mode-tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.5);
    color: #4a5568;
}

.mode-tab:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.mode-icon {
    font-size: 1.25rem;
}

/* ===== Amino Acid Builder ===== */
.amino-acid-builder {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.builder-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.75rem;
    text-align: center;
}

.amino-acids-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.amino-acid-btn {
    background: white;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    padding: 0.5rem 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 36px;
}

.amino-acid-btn:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: translateY(-1px);
}

.amino-acid-btn:active {
    transform: translateY(0);
}

.builder-controls {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.builder-controls .btn-secondary {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
}

/* ===== Nucleotide Builder ===== */
.nucleotide-builder {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f0f8ff;
    border-radius: 8px;
    border: 1px solid #bee3f8;
}

.nucleotide-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.nucleotide-btn {
    background: white;
    border: 1px solid #90cdf4;
    border-radius: 6px;
    padding: 0.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2b6cb0;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 40px;
    font-family: 'Courier New', monospace;
}

.nucleotide-btn:hover {
    background: #3182ce;
    color: white;
    border-color: #3182ce;
    transform: translateY(-1px);
}

.nucleotide-btn:active {
    transform: translateY(0);
}

.nucleotide-actions {
    display: flex;
    justify-content: center;
}

.nucleotide-actions .btn-secondary {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
}

.calculator-mode {
    display: none;
}

.calculator-mode.active {
    display: block;
}

/* ===== Advanced Input Styles ===== */
.protein-textarea,
.dna-textarea {
    resize: vertical;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.4;
}

.dna-type-selector {
    display: flex;
    gap: 1rem;
    margin: 0.5rem 0;
}

.dna-type-selector label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
    cursor: pointer;
}

.dna-type-selector input[type="radio"] {
    margin: 0;
}

.molarity-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

/* ===== Form Styles ===== */
.calculator-form {
    margin-bottom: 2rem;
}

.input-help {
    font-size: 0.875rem;
    color: #718096;
    margin-top: 0.5rem;
}

.error-message {
    color: #e53e3e;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.5rem;
    min-height: 1.2rem;
}

.button-group {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.btn-secondary {
    background: #edf2f7;
    color: #4a5568;
    border: 2px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
}

.btn-secondary:hover {
    background: #e2e8f0;
    border-color: #cbd5e0;
    transform: translateY(-1px);
}

.btn-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

/* ===== Examples Section ===== */
.examples-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.examples-title {
    font-size: 1rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 1rem;
}

.dropdowns-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.dropdown-group {
    display: flex;
    flex-direction: column;
}

.dropdown-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.formula-dropdown {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    color: #4a5568;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 40px;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234a5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,9 12,15 18,9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 0.9rem;
    padding-right: 2rem;
}

.formula-dropdown:hover {
    background-color: #edf2f7;
    border-color: #667eea;
}

.formula-dropdown:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

.formula-dropdown option {
    padding: 0.5rem;
    color: #2d3748;
}

.formula-dropdown option:hover {
    background-color: #667eea;
    color: white;
}

/* Legacy example chips (keeping for backward compatibility) */
.example-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.example-chip {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    color: #4a5568;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 40px;
}

.example-chip:hover {
    background: #edf2f7;
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-1px);
}

.example-chip:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

/* ===== Results Section ===== */
.results-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.result-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
}

.result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.result-formula {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}

.result-source {
    font-size: 0.875rem;
    opacity: 0.8;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.molecular-weight-display {
    text-align: center;
    position: relative;
    z-index: 1;
}

.mw-label {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.mw-value {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.25rem;
    font-family: 'Courier New', monospace;
}

.mw-unit {
    font-size: 1.1rem;
    opacity: 0.9;
}

.result-actions {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.result-actions .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.result-actions .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

/* ===== Breakdown Table ===== */
.breakdown-section {
    margin-bottom: 2rem;
}

.breakdown-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.table-container {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.breakdown-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.breakdown-table th {
    background: #f7fafc;
    color: #4a5568;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
}

.breakdown-table th:nth-child(2),
.breakdown-table th:nth-child(3),
.breakdown-table th:nth-child(4) {
    text-align: right;
}

.breakdown-table td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.breakdown-table tr:hover {
    background: #f7fafc;
}

.breakdown-table .element-cell {
    font-weight: 600;
    color: #2d3748;
    font-family: 'Courier New', monospace;
}

.breakdown-table .number-cell {
    text-align: right;
    font-family: 'Courier New', monospace;
}

/* ===== Warnings Section ===== */
.warnings-section {
    background: #fef5e7;
    border: 1px solid #f6ad55;
    border-radius: 8px;
    padding: 1.5rem;
}

.warnings-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #c05621;
    margin-bottom: 1rem;
}

.warnings-list {
    list-style: none;
    margin: 0;
}

.warnings-list li {
    padding: 0.5rem 0;
    color: #c05621;
    font-weight: 500;
}

.warnings-list li::before {
    content: '⚠️ ';
    margin-right: 0.5rem;
}

/* ===== Info Section ===== */
.info-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    padding: 2rem;
}

.section-header {
    margin-bottom: 2rem;
}

.section-content {
    display: block;
    visibility: visible;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
    visibility: visible;
}

.info-card {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.info-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748 !important;
    margin-bottom: 1rem;
    display: block;
    visibility: visible;
}

.info-card ul,
.info-card ol {
    margin-left: 1.5rem;
    color: #4a5568 !important;
    display: block;
    visibility: visible;
}

.info-card li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #4a5568 !important;
    display: list-item;
    visibility: visible;
}

.info-card p {
    color: #4a5568 !important;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: block;
    visibility: visible;
}

.info-card p:last-child {
    margin-bottom: 0;
}

/* ===== Footer ===== */
.footer {
    background: #2d3748;
    color: #cbd5e0;
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
}

.footer-main p {
    margin-bottom: 0.5rem;
}

.footer-domain {
    font-size: 0.9rem;
}

.footer-domain a {
    color: #90cdf4;
    text-decoration: none;
}

.footer-domain a:hover {
    text-decoration: underline;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-link {
    color: #cbd5e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #90cdf4;
}

.footer-link:focus {
    outline: none;
    color: #90cdf4;
    text-decoration: underline;
}

/* ===== Responsive Design ===== */
@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    
    .button-group {
        justify-content: flex-start;
    }
    
    .result-header {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .result-header {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }
    
    .example-chips {
        justify-content: center;
    }
    
    .button-group {
        justify-content: center;
    }
    
    .table-container {
        margin: 0 -1rem;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    
    .intro-features {
        gap: 0.5rem;
    }
    
    .intro-title {
        font-size: 1.5rem;
    }
    
    .intro-description {
        font-size: 1rem;
    }
    
    .molarity-inputs {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .mode-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.25rem;
    }
    
    .mode-tab {
        min-width: unset;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
    
    .mode-icon {
        font-size: 1rem;
    }
    
    .amino-acids-grid {
        grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
        gap: 0.4rem;
    }
    
    .amino-acid-btn {
        font-size: 0.7rem;
        padding: 0.4rem 0.2rem;
        min-height: 32px;
    }
    
    .builder-controls .btn-secondary {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }
    
    /* Nucleotide builder mobile styles */
    .nucleotide-buttons {
        gap: 0.4rem;
    }
    
    .nucleotide-btn {
        font-size: 0.8rem;
        padding: 0.5rem;
        min-height: 36px;
    }
    
    .nucleotide-actions .btn-secondary {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }
    
    /* Fix info cards layout for mobile */
    .info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .info-card {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .calculator-section,
    .results-section,
    .info-section,
    .intro-card,
    .faq-section {
        margin-left: -1rem;
        margin-right: -1rem;
        border-radius: 0;
    }
    
    .intro-card {
        padding: 1.5rem;
    }
    
    .faq-section {
        padding: 1.5rem;
    }
    
    .intro-title {
        font-size: 1.4rem;
    }
    
    .feature-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .header {
        margin: 0 -1rem;
    }
    
    .footer {
        margin: 4rem -1rem 0;
    }
}

/* ===== Accessibility Enhancements ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus indicators */
*:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.5);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .calculator-section,
    .results-section,
    .info-section,
    .intro-card,
    .faq-section {
        border: 2px solid #000;
    }
    
    .btn-primary {
        border: 2px solid #000;
    }
    
    .formula-input {
        border: 2px solid #000;
    }
}

/* Force visibility of info card content */
.info-card * {
    opacity: 1 !important;
    visibility: visible !important;
}

.section-content * {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Print styles */
@media print {
    .header {
        background: white !important;
        color: black !important;
        box-shadow: none;
    }
    
    .calculator-section,
    .results-section {
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .footer {
        display: none;
    }
    
    .btn-primary,
    .btn-secondary,
    .example-chips {
        display: none;
    }
}

/* Loading and transition states */
.loading .btn-text {
    visibility: hidden;
}

.loading .loading-spinner {
    display: inline-block;
}

.fade-in {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Error states */
.input-error .formula-input {
    border-color: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.3);
}

.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Copy feedback */
.copy-success {
    animation: copySuccess 2s ease-in-out;
}

@keyframes copySuccess {
    0% { background: rgba(255, 255, 255, 0.2); }
    50% { background: rgba(72, 187, 120, 0.3); }
    100% { background: rgba(255, 255, 255, 0.2); }
}

/* Ensure sufficient color contrast */
.example-chip:hover,
.example-chip:focus {
    background: #edf2f7;
    border-color: #667eea;
    color: #2b6cb0;
}

/* Improve table accessibility */
.breakdown-table caption {
    caption-side: top;
    text-align: left;
    font-weight: 600;
    padding: 1rem 0;
    color: #2d3748;
}

/* Optimized for touch devices */
@media (hover: none) and (pointer: coarse) {
    .btn-primary:hover,
    .btn-secondary:hover,
    .example-chip:hover {
        transform: none;
    }
    
    .example-chip,
    .btn-primary,
    .btn-secondary {
        min-height: 48px;
    }
}