/* Tegija nõuande loo juures (14.09.2026): autorikast + „selle teema tegijad". */

.pvd-author {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin: 28px 0;
    padding: 18px;
    border: 1px solid var(--pulmad-ghost, #e5e9f2);
    border-left: 3px solid var(--pulmad-blue-accent, #4a6fa5);
    border-radius: 10px;
    background: #fff;
}
.pvd-author__thumb { flex: 0 0 88px; line-height: 0; }
.pvd-author__img { width: 88px; height: 88px; object-fit: cover; border-radius: 8px; }
.pvd-author__body { flex: 1 1 auto; min-width: 0; }
.pvd-author__kicker {
    margin: 0 0 2px;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pulmad-slate, #64748b);
}
.pvd-author__name { margin: 0 0 4px; font-size: 17px; font-weight: 700; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pvd-author__name a { text-decoration: none; color: var(--pulmad-blue-dark, #1e3a5f); }
.pvd-author__type { margin: 0 0 6px; font-size: 13px; color: var(--pulmad-slate, #64748b); }
.pvd-author__desc { margin: 0 0 10px; font-size: 14px; line-height: 1.55; }
.pvd-author__cta { margin: 0; }

@media (max-width: 600px) {
    .pvd-author { flex-direction: column; }
    .pvd-author__thumb, .pvd-author__img { width: 100%; height: auto; flex: none; }
    .pvd-author__img { max-height: 220px; }
}

/* „Selle teema tegijad" — plokk loo all, ainult tasulised kirjed. */
.pvd-topvendors { margin: 28px 0; }
.pvd-topvendors__title { margin: 0 0 12px; font-size: 18px; font-weight: 700; color: var(--pulmad-blue-dark, #1e3a5f); }
.pvd-topvendors__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;
}
.pvd-topvendors__item { margin: 0; }
.pvd-topvendors__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    padding: 12px;
    border: 1px solid var(--pulmad-ghost, #e5e9f2);
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: inherit;
}
.pvd-topvendors__link:hover { border-color: var(--pulmad-blue-accent, #4a6fa5); }
.pvd-topvendors__img { width: 100%; height: 110px; object-fit: cover; border-radius: 6px; }
.pvd-topvendors__name { font-weight: 600; font-size: 14px; line-height: 1.35; }
.pvd-topvendors__city { font-size: 12px; color: var(--pulmad-slate, #64748b); }
.pvd-topvendors__more { margin: 12px 0 0; font-size: 14px; }
