.experience-card {
    background-color: #f9f9f9;
    border-left: 5px solid #35424a;
    padding: 1em;
    margin-bottom: 1.5em;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.experience-card h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}

.experience-location {
    font-style: italic;
    color: #666;
    margin-bottom: 0.5em;
}

.experience-description {
    margin: 0;
    color: #444;
    line-height: 1.5;
}
