﻿/* Employment content typography lock */
.employment-desc {
    font-family: inherit;
    font-size: 1rem; /* matches Bootstrap body text */
    line-height: 1.6;
    color: var(--text-dark);
}

    .employment-desc a:focus {
        outline: 3px solid #3f3d73;
        outline-offset: 3px;
    }

.employment-title {
    color: #3f3d73; /* dark purple */
    font-size: 1.25rem;
    line-height: 1.4;
}

.employment-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.employment-item {
    margin-bottom: 1.5rem; /* spacing between jobs */
}

.employment-card + .employment-card {
    margin-top: 1.5rem;
}