.ctgl-team-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 24px 16px;
}

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

.ctgl-team-item,
.ctgl-team-single {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #ffffff;
    padding: 16px;
}

.ctgl-team-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.ctgl-team-title {
    margin: 12px 0 8px;
}

.ctgl-team-categories {
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px;
}

.ctgl-team-category-link {
    text-decoration: none;
}

.ctgl-team-category-link:hover {
    text-decoration: underline;
}

.ctgl-team-content {
    margin-top: 12px;
}
