.ct-team-stats-wrapper {
    max-width: 1000px;
    margin: 20px auto;
    font-family: "Inter", Arial, sans-serif;
}

#ct-team-selector {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.ct-team-stats-display {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    background: #fff;
}

.ct-header {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fafafa;
}

.ct-team-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-right: 16px;
}

.ct-meta h2 {
    margin: 0;
    font-size: 20px;
}

.ct-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: 12px;
    padding: 16px;
}

.ct-card {
    background: #fbfbfb;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.ct-card .name {
    font-size: 12px;
    color: #666;
}

.ct-card .value {
    font-size: 18px;
    font-weight: bold;
}
