.career-block {
    position: relative;
    border: 1px solid #e3e6ef;
    border-left: 4px solid var(--bs-primary, #0d6efd);
    border-radius: .65rem;
    background: #fbfcfe;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.career-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #e8ebf2;
}

.career-block__title {
    font-weight: 600;
    font-size: 1.05rem;
    color: #2a2f45;
}

.career-block__remove {
    color: #dc3545;
    text-decoration: none;
}

.career-block__remove:hover {
    color: #b02a37;
    text-decoration: underline;
}
