.ktvw-team-page {
    background: #f6f7f9;
    color: #1f2933;
}

.ktvw-team-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.ktvw-team-hero {
    background: linear-gradient(135deg, #0f172a, #155e75);
    color: #fff;
    padding: 56px 0 48px;
}

.ktvw-team-eyebrow {
    margin: 0 0 10px;
    color: #0ea5a4;
    font-size: 13px;
    font-weight: 700;
}

.ktvw-team-hero .ktvw-team-eyebrow {
    color: #67e8f9;
}

.ktvw-team-hero h1,
.ktvw-team-profile h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.25;
}

.ktvw-team-hero p,
.ktvw-team-profile-main p {
    max-width: 760px;
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.8;
}

.ktvw-team-grid-section {
    padding: 30px 0 46px;
}

.ktvw-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
}

.ktvw-team-card,
.ktvw-team-empty,
.ktvw-team-profile,
.ktvw-team-content,
.ktvw-team-facts {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.ktvw-team-card {
    overflow: hidden;
}

.ktvw-team-card-media {
    display: grid;
    place-items: center;
    height: 150px;
    background: #eef2f7;
    color: #155e75;
    font-size: 48px;
    font-weight: 800;
}

.ktvw-team-card-media img,
.ktvw-team-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ktvw-team-card-body {
    padding: 16px;
}

.ktvw-team-card-meta {
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
}

.ktvw-team-card h2 {
    margin: 8px 0;
    font-size: 19px;
}

.ktvw-team-card h2 a {
    color: #111827;
    text-decoration: none;
}

.ktvw-team-card p {
    margin: 0;
    color: #607080;
    font-size: 14px;
    line-height: 1.7;
}

.ktvw-team-single {
    padding: 30px 0 46px;
}

.ktvw-team-profile {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 24px;
    align-items: center;
    padding: 26px;
}

.ktvw-team-logo {
    display: grid;
    place-items: center;
    height: 150px;
    border-radius: 8px;
    background: #eef2f7;
    color: #155e75;
    font-size: 58px;
    font-weight: 800;
}

.ktvw-team-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 20px;
    margin-top: 20px;
}

.ktvw-team-content,
.ktvw-team-facts {
    padding: 24px;
}

.ktvw-team-content h2,
.ktvw-team-facts h2 {
    margin-top: 0;
    font-size: 22px;
}

.ktvw-team-facts dl {
    margin: 0;
}

.ktvw-team-facts dl div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f3;
}

.ktvw-team-facts dt {
    color: #607080;
    font-weight: 700;
}

.ktvw-team-facts dd {
    margin: 0;
}

.ktvw-team-pagination {
    margin-top: 26px;
}

@media (max-width: 760px) {
    .ktvw-team-hero {
        padding: 36px 0 32px;
    }

    .ktvw-team-hero h1,
    .ktvw-team-profile h1 {
        font-size: 28px;
    }

    .ktvw-team-profile,
    .ktvw-team-layout {
        grid-template-columns: 1fr;
    }

    .ktvw-team-logo {
        width: 150px;
    }
}
