/* ===================================
   About Section Styles
   =================================== */

.about-content {
    line-height: 1.8;
}

.about-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.about-content p:last-of-type {
    margin-bottom: 0;
}

.about-content strong {
    font-weight: 600;
}

.about-content em {
    font-style: italic;
}

/* About section card spacing (cards reuse shared `.project-card` styles) */
.about-content .project-card {
    margin: 2rem 0;
}

/* Research Interests card: tweak spacing + list indent */
.about-content .project-card h3 {
    margin-top: 0;
    margin-bottom: 1.25rem; /* extra space below "Research Interests" */
}

.about-content .project-card ul {
    margin: 0;
    padding-left: 1.75rem; /* indent bullets */
    list-style-position: outside;
}

.about-content .project-card li {
    margin-bottom: 0.5rem;
}

.about-content .project-card li:last-child {
    margin-bottom: 0;
}

/* Responsive About Section */
@media (max-width: 768px) {
    .about-content p {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .about-content .project-card {
        margin: 1.5rem 0;
    }
}
