﻿.research-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2rem;
    max-width: 600px;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
}

    .research-card h2 {
        text-align: center;
        font-size: 2rem;
        color: #222;
        margin-bottom: 0.5rem;
    }

    .research-card hr {
        border: none;
        border-top: 1px solid #ddd;
        margin: 1.5rem 0;
    }

    .research-card h4 {
        text-align: center;
        color: #666;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 1.5rem;
    }

.research-domains {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    text-align: center;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}
