2025-11-19 14:31:17 +00:00
|
|
|
/* Education */
|
|
|
|
|
.education-item {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
font-size: 0.95rem;
|
|
|
|
|
line-height: 1.6;
|
2025-11-30 14:35:02 +00:00
|
|
|
color: var(--text-dark, #1a1a1a);
|
2025-11-19 14:31:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Languages */
|
|
|
|
|
.languages-list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.language-item {
|
|
|
|
|
font-size: 0.95rem!important;
|
2025-11-30 14:35:02 +00:00
|
|
|
color: var(--text-dark, #1a1a1a);
|
2025-11-19 14:31:17 +00:00
|
|
|
margin-bottom: 0.3rem!important;
|
|
|
|
|
line-height: 1.4!important;
|
|
|
|
|
margin-left: 2rem!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.language-item small {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
margin-top: 0.2rem;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Experience Items */
|
|
|
|
|
.experience-item {
|
|
|
|
|
margin-bottom: 2.5rem;
|
|
|
|
|
padding-bottom: 2rem;
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Keep border on all experience items including last one */
|
|
|
|
|
|