.k-f-newsletter-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 0.25rem !important;
    padding: 0 !important;
    text-decoration: none !important;
    color: #1C1C1E !important;
}

.k-f-newsletter-link:hover {
    color: #1C1C1E !important;
    text-decoration: none;
}

.k-f-nl-top {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.k-f-nl-cta {
    font-size: 16px;
    font-weight: 600;
    color: #1C1C1E;
}

.k-f-nl-desc {
    font-size: 13px;
    color: #888;
    text-align: right;
}

.k-f-newsletter-arrow {
    flex-shrink: 0;
}

.k-f-nl-icon {
    transition: transform 0.2s ease;
    display: block;
}

.k-f-nl-circle {
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
    transition: stroke-dashoffset 0.3s ease;
}

.k-f-newsletter-link:hover .k-f-nl-icon {
    transform: translate3d(2px, -2px, 0);
}

.k-f-newsletter-link:hover .k-f-nl-circle {
    stroke-dashoffset: 0;
}

.klima-nl-substack {
    padding: 2.5rem 3rem;
    margin: 1rem 0 2rem 0;
}

.klima-nl-substack-link {
    display: block;
    text-decoration: none !important;
    border-bottom: none !important;
    color: #fff;
}

.klima-nl-substack-link:hover {
    text-decoration: none !important;
    color: #fff !important;
    background-color: transparent !important;
}

.klima-nl-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.klima-nl-heading {
    margin: 0 !important;
}

.klima-nl-cta-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.klima-nl-cta-text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 3px solid #4bef88;
    line-height: 1.3;
}

.klima-nl-subdesc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
    border-bottom: none !important;
}

.klima-nl-substack-svg {
    display: block;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.klima-nl-substack-circle {
    transition: stroke-dashoffset 0.3s ease;
}

.klima-nl-substack-link:hover .klima-nl-substack-svg { transform: translate(2px, -2px); }
.klima-nl-substack-link:hover .klima-nl-substack-circle { stroke-dashoffset: 0; }

#privatnost .p-l {
    text-decoration: underline;
}

.d-c-l:nth-child(3) a {
    border-left: 1px solid #a8a8a8;
}

.klima-autori-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.klima-autori-header .cat-title {
    margin-bottom: 0;
}

.klima-autori-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.klima-view-tabs {
    display: flex;
    gap: 0.5rem;
}

.klima-view-tab {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.3rem 0.85rem;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.klima-view-tab.active,
.klima-view-tab:hover {
    border-color: #1C1C1E;
    color: #1C1C1E;
}

.klima-avatar-tabs {
    display: flex;
    gap: 0.35rem;
    border-left: 1px solid #ddd;
    padding-left: 0.75rem;
}

.klima-avatar-tab {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 30px;
    height: 28px;
    font-size: 13px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}

.klima-avatar-tab.active,
.klima-avatar-tab:hover {
    border-color: #1C1C1E;
    color: #1C1C1E;
}

/* Avatar shape toggle */
.avatar-circle .klima-author-card-photo {
    border-radius: 50%;
    background-position: center;
    height: 120px;
}

.avatar-square .klima-author-card-photo {
    border-radius: 0;
}

.klima-author-grid {
    margin-top: 2rem;
}

.view-short .klima-bio-full,
.view-full .klima-bio-short,
.view-klima .klima-bio-short,
.view-klima2 .klima-bio-short {
    display: none;
}

/* Klima view — one per row, circular avatar, full bio */
.view-klima .klima-author-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
}

.view-klima .klima-author-card {
    max-width: 90%;
}

.view-klima .klima-author-card-photo {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
}

.view-klima .klima-author-card-content {
    display: flex;
    flex-direction: column;
}


.view-klima .klima-author-btn {
    align-self: flex-end;
    margin-top: 0.75rem;
}

/* Klima prikaz 2 — circular avatar + name/role left, bio right, 2 columns */
.view-klima2 .klima-author-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.view-klima2 .klima-author-card-left {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.view-klima2 .klima-author-card-photo {
    width: 130px;
    height: 130px;
}

.view-klima2 .klima-name-left,
.view-klima2 .klima-role-left {
    display: block;
}

.view-klima2 .klima-name-left {
    font-size: 14px;
    font-weight: 700;
    margin: 0.5rem 0 0.15rem;
}

.view-klima2 .klima-role-left {
    font-size: 12px;
    color: #888;
}

.view-klima2 .klima-name-right,
.view-klima2 .klima-role-right,
.view-klima2 .klima-author-btn:not(.klima-btn-left) {
    display: none;
}

.view-klima2 .klima-btn-left {
    display: inline-block;
    margin-top: 0.75rem;
    align-self: center;
}

.view-klima2 .klima-author-card-content {
    display: flex;
    flex-direction: column;
}

.view-klima2 .klima-btn-left {
    font-size: 11px !important;
}

.klima-author-col {
    margin-bottom: 2.5rem;
}

.klima-author-card {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    align-items: flex-start;
}

.klima-author-card-left {
    flex-shrink: 0;
    width: 120px;
}

.klima-author-card-photo {
    width: 120px;
    height: 150px;
    background-size: cover;
    background-position: center top;
}

.klima-author-card-content {
    flex: 1;
}

/* Hide duplicated left-column elements by default */
.klima-name-left,
.klima-role-left,
.klima-btn-left {
    display: none;
}

.klima-author-card-name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.3rem;
}

.klima-author-card-role {
    font-size: 13px;
    color: #888;
    margin-bottom: 0.5rem;
}

.klima-author-card-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.klima-author-btn {
    font-size: 12px !important;
    padding: 0.3rem 0.75rem !important;
}

.klima-author-btn::after {
    display: none !important;
}

.view-klima2 .klima-btn-left,
.view-klima2 .klima-author-btn {
    font-size: 11px !important;
}

.single-author-link {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    color: #555;
}

.klima-author-list-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-bottom: 2px solid #1C1C1E;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
}

.klima-author-header-name {
    flex: 1;
    padding-left: calc(44px + 1rem);
}

.klima-author-header-count {
    font-size: 12px;
    margin-right: calc(8px + 1rem);
}

.klima-author-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.klima-author-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0.75rem;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.klima-author-row:hover {
    background: #f7f7f7;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    color: inherit;
    text-decoration: none;
}

.klima-author-row:hover .klima-author-row-arrow {
    border-color: #1C1C1E;
    transform: rotate(45deg) translateX(3px);
}

.klima-author-avatar-sm {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.klima-author-row-name {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}

.klima-author-row-count {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
}

.klima-author-row-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #bbb;
    border-top: 2px solid #bbb;
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.btn-c.btn-bl::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L2 18' stroke='%23000000' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 12px !important;
    height: 12px !important;
    transform: translateY(-6px) !important;
}

.btn.btn-c.btn-bl {
    font-size: 13px !important;
    margin-bottom: 1rem !important;
}
