table {
    text-align: left;
}

/* Technical Stack section: scope font sizing to this block only */
.tech-stack {
    font-size: 0.8rem!important; /* tweak this value as you like: 0.9rem ~ 1.05rem */
    line-height: 1.6;
}

.tech-stack table {
    font-size: inherit!important; /* ensure table follows parent size */
}

.tech-stack th,
.tech-stack td {
    padding: 0.4rem 0.6rem; /* optional: slightly tighter spacing */
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .tech-stack { font-size: 0.9rem; }
}