.cv-item {
    position: relative;
    padding: 0 0 1.35rem 1.25rem;
    margin: 0;
    border-left: 2px solid var(--border-color);
    text-align: left;
    direction: ltr;
    unicode-bidi: isolate;
}

.cv-item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: -8px;
    right: auto;
    top: 3px;
    background: var(--paper);
    border: 2px solid var(--navy-deep);
}

.cv-item-title {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--navy-text);
    margin: 0 0 0.45rem;
    line-height: 1.35;
    text-align: left;
}

.cv-org-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
    margin: 0 0 0.45rem;
}

.cv-org {
    margin: 0;
    color: var(--blue);
    font-size: var(--fs-body);
    text-align: left;
    min-width: 0;
}

.cv-org a {
    color: inherit;
}

.cv-place {
    margin: 0;
    margin-left: auto;
    color: var(--muted);
    font-size: var(--fs-body);
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 520px) {
    .cv-place { white-space: normal; }
}

.cv-desc {
    color: var(--ink);
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    text-align: justify;
    text-justify: inter-word;
}

.cv-desc p,
.cv-desc ul,
.cv-desc ol {
    margin: 0 0 0.45rem;
    text-align: justify;
    text-justify: inter-word;
}

.cv-desc ul,
.cv-desc ol {
    padding-left: 1.15rem;
    padding-right: 0;
}

.cv-desc li { margin-bottom: 0.25rem; text-align: justify; text-justify: inter-word; }

.cv-docs { margin-top: 0.45rem; }

.cv-doc {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--fs-meta);
    margin-inline-end: 0.85rem;
}
