/* BlessSport public base */
.bs-section {
    margin: 32px 0;
}

.bs-section-header {
    margin-bottom: 18px;
}

.bs-section-title {
    margin: 0 0 6px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.bs-section-subtitle {
    font-size: 14px;
    color: #6b7280;
}

.bs-empty-state {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f9fafb;
}

.bs-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.bs-table-wrap {
    overflow-x: auto;
}

.bs-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 820px;
}

.bs-table th,
.bs-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: middle;
}

.bs-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
}

.bs-team-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bs-team-cell-logo {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.bs-team-cell-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bs-team-cell-text span {
    font-size: 12px;
    color: #6b7280;
}