/* „Noviny" — kreativní: novinová hlavička s dvojitými linkami, serifová sazba */

.cv--noviny {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    line-height: 1.55;
    padding: 44px 54px;
    color: #1e1e1e;
}

.cv--noviny .cv-head {
    text-align: center;
    border-top: 4px double #1e1e1e;
    border-bottom: 4px double #1e1e1e;
    padding: 20px 0 16px;
    margin-bottom: 24px;
    position: relative;
}
.cv--noviny .cv-photo {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1e1e1e;
}
.cv--noviny .cv-photo img { width: 100%; height: 100%; object-fit: cover; }
.cv--noviny .cv-name {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.005em;
}
.cv--noviny .cv-title {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--cva);
}
.cv--noviny .cv-contacts {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #1e1e1e;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px 8px;
    font-size: 11px;
    color: #555555;
}
.cv--noviny .cv-contacts li:not(:last-child)::after { content: '|'; margin-left: 8px; color: #bbbbbb; }

.cv--noviny .cv-sec { margin-bottom: 20px; }
.cv--noviny .cv-h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1e1e1e;
    margin-bottom: 9px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--cva);
    display: inline-block;
}

.cv--noviny .cv-summary { font-style: italic; font-size: 13.5px; }

.cv--noviny .cv-item { margin-bottom: 12px; }
.cv--noviny .cv-item-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.cv--noviny .cv-item-title { font-size: 14px; }
.cv--noviny .cv-item-dates { font-size: 11.5px; font-style: italic; color: #666666; }
.cv--noviny .cv-item-sub { font-size: 12.5px; font-style: italic; color: #666666; }
.cv--noviny .cv-item-desc { font-size: 12.5px; margin-top: 2px; }

.cv--noviny .cv-dots { color: var(--cva); }
.cv--noviny .cv-skills { display: flex; flex-wrap: wrap; gap: 6px 0; }
.cv--noviny .cv-skill { width: 50%; display: flex; justify-content: space-between; padding-right: 26px; font-size: 12.5px; }
.cv--noviny .cv-langs { display: flex; flex-wrap: wrap; gap: 6px 0; }
.cv--noviny .cv-langs li { width: 50%; display: flex; justify-content: space-between; padding-right: 26px; font-size: 12.5px; }
.cv--noviny .cv-lang-level { color: #666666; }
.cv--noviny .cv-list li { font-size: 12.5px; margin-bottom: 3px; padding-left: 14px; position: relative; }
.cv--noviny .cv-list li::before { content: '–'; position: absolute; left: 0; }
