body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

a {
    color: #3498db;
    text-decoration: none;
}

article {
    text-align: justify;
}

footer {
    margin-top: 40px; 
    text-align: center; 
    color: #666; 
    font-size: 14px;
}

.ad-wrapper {
    text-align: center; 
    margin: 20px 0;
}

.ad-google{
  position: relative;
  margin: 28px 0;
  padding-top: 26px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  text-align: center;
}

.ad-google .ad-badge{
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #5f6368;
  background: #f1f3f4;
  border-radius: 4px;
  padding: 2px 6px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}


ins.adsbygoogle[data-ad-status="unfilled"]{
  display: none !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 8px;
    font-size: 2.35rem;
}

.subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.nav-links ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

.nav-links {
    text-align: center;
    margin-bottom: 18px;
    padding: 8px;
    background: #ecf0f1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.nav-links a {
    color: #3498db;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    min-width: 0;
    text-align: center;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-links a:hover {
    background-color: #3498db;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-links a.current {
    background-color: #e74c3c;
    color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive navigation bar */
.site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 12px;
    background: #ecf0f1;
    border-radius: 10px;
    position: relative;
}

.nav-logo img {
    display: block;
    height: 70px;
    width: auto;
    flex-shrink: 0;
}

.nav-toggle {
    display: none;
    background: #fff;
    border: 1px solid #bbb;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.nav-toggle:hover {
    background: #f8f9fa;
    border-color: #999;
}

.site-nav .nav-links {
    background: transparent;
    margin: 0;
    padding: 0;
    flex: 1;
}

.controls {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 12px;
    padding: 12px;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
}

.control-chooser {
    display: flex;
    gap: 10px;
}

.controls label {
    font-weight: 900;
    color: #2c3e50;
    margin-right: 6px;
}

.controls select {
    padding: 8px 10px;
    font-weight: 900;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    background: #fff;
}

.btn {
    padding: 8px 12px;
    font-weight: 900;
    border: 1px solid #bbb;
    background: #d5d5d5;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.btn:hover {
    background: #e9e9e9;
}

.btn:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.range-title {
    text-align: center;
    margin: 10px 0 14px;
    color: #2c3e50;
}

.range-title span {
    display: inline-block;
}

#filterType {
    text-align: center;
}

#playerControls,
#episodeControls {
    display: flex; 
    align-self: center; 
    gap: 10px;
}

table.dataTable {
    padding-top: 14px;
}

table.dataTable thead th {
    background: #d5d5d5;
    color: #000;
    font-weight: 900;
    text-align: center;
}

table.dataTable tbody td {
    font-weight: 800;
    text-align: center;
}

table.dataTable tbody td:nth-child(1) {
    /* text-align: left; */
}

/* DataTables Responsive Styles */

table.dataTable > tbody > tr.child {
    border-bottom: 1px solid #ddd;
}

table.dataTable > tbody > tr.child td.child-details {
    padding: 10px;
    background-color: #f9f9f9;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: 8px 0;
    display: grid;
    grid-template-columns: 1fr 1fr; /* left = label, right = value */
    gap: 12px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none;
}


/* Column name (left side) */
table.dataTable > tbody > tr.child ul.dtr-details > li > span.dtr-title {
  font-weight: 600;
  color: #1f2933;
  text-align: left;
}

/* Column value (right side) */
table.dataTable > tbody > tr.child ul.dtr-details > li > span.dtr-data {
  text-align: right;
  color: #111827;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    margin-right: 1em;
}

/* Custom responsive table wrapper */
.table-responsive-wrapper {
    overflow-x: auto;
    margin: 10px 0;
}

.table-responsive-wrapper table {
    min-width: 600px;
}

/* Player Statistics Dashboard */
.stats-dashboard {
    margin: 30px 0;
}

.stats-section {
    margin-bottom: 40px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.stats-section h2 {
    color: #2c3e50;
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #959595;
}

/* Overall Statistics Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 10px;
}

.stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s ease;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-card.win {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
}

.stat-card.loss {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Recent Form */
.recent-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.form-result {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.form-result.w {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

.form-result.l {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.form-result.d {
    background: linear-gradient(135deg, #64748b, #475569);
    box-shadow: 0 2px 8px rgba(100, 116, 139, 0.3);
}

/* Statistics Tables - use DataTables styling with enhancements */
.stats-table-container {
    margin-top: 15px;
}

/* Color coding for wins/losses in DataTables */
table.dataTable td.win {
    color: #16a34a;
    font-weight: 800;
}

table.dataTable td.loss {
    color: #dc2626;
    font-weight: 800;
}

table.dataTable td.balance.positive {
    color: #16a34a;
    font-weight: 800;
}

table.dataTable td.balance.negative {
    color: #dc2626;
    font-weight: 800;
}

table.dataTable td.balance.neutral {
    color: #64748b;
    font-weight: 800;
}

table.dataTable .no-data {
    color: #64748b;
    font-style: italic;
    text-align: center;
}

.loading {
    color: #64748b;
    font-style: italic;
}

.no-data {
    color: #64748b;
    font-style: italic;
}

/* Responsive Design for Statistics */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .stat-card {
        padding: 20px 15px;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .stats-section {
        padding: 20px 15px;
    }
    
    /* DataTables responsive adjustments */
    .stats-table-container {
        margin-top: 10px;
    }
    
    table.dataTable {
        font-size: 13px;
    }
    
    table.dataTable thead th {
        font-size: 12px;
        padding: 8px;
    }
    
    table.dataTable tbody td {
        padding: 8px;
        font-size: 13px;
    }
}

tr.team-plavi {
    background-color: rgba(59, 130, 246, 0.08) !important;
}

tr.team-crveni {
    background-color: rgba(239, 68, 68, 0.08) !important;
}

.pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
}

.pill.win {
    background: rgba(34, 197, 94, .18);
    color: #166534;
}

.pill.loss {
    background: rgba(239, 68, 68, .18);
    color: #9b2226;
}

.duel-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    background: rgba(0,0,0,.06);
    color: #111;
}

.battle-pill {
    background: rgba(0, 0, 0, .06);
}

.game-pill {
    background: rgba(0, 0, 0, .04);
}

.plavi {
    background: rgba(59, 130, 246, .20);
}

.crveni {
    background: rgba(239, 68, 68, .20);
}

@media (max-width: 992px) {
    .nav-links ul {
        gap: 2px;
        flex-wrap: wrap;
    }

    .nav-toggle { display: none; }
}

@media (max-width: 768px) {
    .nav-toggle { display: block; }

    body {
        padding: 10px;
    }

    .container {
        padding: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    .controls {
        align-items: stretch;
    }

    /* Table responsive styles */
    table.dataTable {
        font-size: 14px;
    }

    table.dataTable thead th {
        padding: 8px 4px;
        font-size: 12px;
    }

    table.dataTable tbody td {
        padding: 8px 4px;
        font-size: 13px;
    }

    /* Make table scroll horizontally on small screens */
    .dataTables_wrapper {
        overflow-x: auto;
    }

    /* Adjust control elements for mobile */
    .control-chooser {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 8px;
    }

    .control-chooser > div {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .controls select {
        flex: 1;
        min-width: 0;
    }

    /* Navigation responsive */
    .nav-toggle { display: block; }
    .site-nav { flex-wrap: wrap; position: relative; border-radius: 10px 10px 0 0; }
    .site-nav .nav-links { 
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        display: none;
        background: #ecf0f1;
        border-radius: 0 0 10px 10px;
        /* border-top: 1px solid #ddd; */
        z-index: 9999;
        box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
        overflow: visible;
        animation: slideDown 0.2s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .site-nav .nav-links.is-open { display: block; }
    .site-nav .nav-links ul { 
        flex-direction: column; 
        align-items: center; 
        gap: 2px;
        padding: 8px;
    }
    .site-nav .nav-links a { 
        display: block; 
        text-align: center; 
        margin: 2px 8px;
        padding: 10px 12px;
        font-size: 16px;
        border-radius: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        cursor: pointer;
        pointer-events: auto;
        width: calc(100% - 40px);
    }
    .site-nav .nav-links a:hover {
        transform: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Responsive pills */
    .pill {
        padding: 3px 8px;
        font-size: 11px;
    }

    .duel-pill {
        padding: 4px 8px;
        font-size: 11px;
    }
}

/* Additional responsive breakpoint for very small screens */
@media (max-width: 480px) {

    body {
        padding: 5px;
    }

    .container {
        padding: 10px;
        border-radius: 8px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    /* Even smaller table text */
    table.dataTable {
        font-size: 12px;
    }

    table.dataTable thead th {
        padding: 6px 3px;
        font-size: 11px;
    }

    table.dataTable tbody td {
        padding: 6px 3px;
        font-size: 12px;
    }

    .table-avatar { 
        width: 48px; 
        height: 48px; 
    }

    .player-photo {
        width: 80px;
        height: 80px;
        border-radius: 8px;
    }

    .players-grid { 
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); 
    }

    .player-card-thumb .player-photo { 
        height: 100px; 
    }

    /* Stack controls vertically */
    .controls {
        gap: 8px;
    }

    .control-chooser {
        width: 100%;
    }

    .btn {
        padding: 6px 10px;
        font-size: 14px;
    }
}

header {
    text-align: center;
    margin-bottom: 14px;
}

.meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 16px 0 20px;
}

.pill strong {
    font-size: 12px;
}

.team-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
}

.muted {
    color: #7f8c8d;
    font-weight: 800;
}

.vs-wrap {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    gap: 14px;
    align-items: stretch;
    margin-top: 10px;
}

.player-card {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.player-card.winner {
    border-color: rgba(34, 197, 94, .55);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .16);
}

.player-card.loser {
    opacity: 0.92;
}

.badge-win {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(34, 197, 94, .18);
    color: #166534;
    border: 1px solid rgba(34, 197, 94, .30);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
}

.player-name {
    font-size: 1.35rem;
    font-weight: 900;
    color: #111;
    margin: 0 0 4px;
    line-height: 1.2;
}

.player-sub {
    margin: 0 0 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

/* Stats table: inline avatar next to player name */
.player-listing {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.table-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #f1f1f1;
    vertical-align: middle;
}

/* Compare: player header with photo on the left */
.player-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.player-photo {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f1f1f1;
}

.player-info {
    min-width: 0;
}

.support-box {
    margin-top: 12px;
    border-top: 1px dashed #eee;
    padding-top: 12px;
}

.result-title, 
.support-title {
    margin: 0 0 6px;
    font-weight: 900;
    color: #2c3e50;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.result-title {
    display: inline-block; 
    margin-right: 0.5rem; 
    font-weight: 900;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

td.details-control {
    cursor: pointer;
    font-weight: 700;
    width: 28px;
    text-align: center;
    user-select: none;
}

.mini-table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
}

.mini-table th, .mini-table td {
    border-bottom: 1px solid #eee;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.score {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.duels,
.stat {
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 10px;
    text-align: center;
}

.duels .num,
.stat .num {
    font-weight: 1000;
    font-size: 1.2rem;
    color: #111;
    line-height: 1.1;
}

.vs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .02));
    border: 1px solid rgba(0, 0, 0, .06);
    font-weight: 1000;
    font-size: 2.2rem;
    color: #111;
    letter-spacing: .04em;
}

.details-row {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.card {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 14px 16px;
    background: #fff;
}

.card h2 {
    margin: 0 0 10px;
    color: #2c3e50;
    font-size: 1.05rem;
}

.kv {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    align-items: center;
}

.kv:last-child {
    border-bottom: 0;
}

.kv .k {
    font-weight: 900;
    color: #2c3e50;
}

.kv .v {
    font-weight: 800;
    color: #111;
    text-align: right;
}

.error {
    background: #fff3f3;
    border: 1px solid #ffd0d0;
    color: #9b1c1c;
    padding: 12px;
    border-radius: 12px;
    font-weight: 900;
    margin-top: 14px;
}

.home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 12px;
}

.home-card {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform .15s ease, box-shadow .15s ease;
}

.home-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.home-card .label { 
    font-size: 1.15rem; 
    font-weight: 900;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 4px;
}

.home-card .desc { 
    color: #7f8c8d; 
    margin-top: 4px; 
}

.home-card.stat { 
    border-top: 4px solid #2a9d8f; 
}

.home-card.duels { 
    border-top: 4px solid #e74c3c; 
}

.home-card.results {
    border-top: 4px solid #3498db;
}

.home-card.time {
    border-top: 4px solid #f39c12;
}

.home-card.eliminations {
    border-top: 4px solid #8e44ad;
}

.home-card.compare {
    border-top: 4px solid #27ae60;
}

.disclaimer { 
    text-align: center;
    margin-top: 76px; 
    color: #7f8c8d; 
    font-size: .95rem; 
    font-weight: 800; 
}

.upper {
    text-transform: uppercase;
}

/* Teams / Players thumbnails */
.teams-section {
    margin-top: 28px;
}

.teams-title {
    margin: 0 0 10px;
    color: #2c3e50;
    font-size: 1.2rem;
}

.players-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.player-card-thumb {
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    position: relative;
    transition: transform .15s ease, box-shadow .15s ease;
}

.player-card-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.thumb-wrap {
    position: relative;
}

.player-card-thumb .player-photo {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    background: #f1f1f1;
}

.player-name-overlay {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    padding: 6px 8px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    opacity: 0;
    transition: opacity .15s ease;
}

.player-card-thumb:hover .player-name-overlay {
    opacity: 1;
}

/* Team accents */
.team-crveni { border-top: 4px solid #e74c3c; }
.team-plavi { border-top: 4px solid #3498db; }

/* Dim eliminated players */
.player-card-thumb[data-status="eliminated"] .player-photo {
    filter: grayscale(100%);
    opacity: .55;
}

.card { position: relative; }

.h2h-badge {
    position: absolute;
    top: 8px;
    right: 12px;
    /* font-size: 50px;
    font-weight: 800;
    color: rgb(231 76 61); */
    pointer-events: none;
    line-height: 1;
}

@media (max-width: 900px) {
    .vs-wrap {
        grid-template-columns: 1fr;
    }

    .vs-center {
        height: 80px;
    }

    .details-row {
        grid-template-columns: 1fr;
    }

    .kv {
        flex-direction: column;
        align-items: flex-start;
    }

    .kv .v {
        text-align: left;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Modifiers/Handicap styling */
.modifier-badge {
    color: violet;
    padding: 0px 5px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    margin-left: 4px;
    margin-top: -10px;
    position: absolute;
    cursor: help;
    border: 1px solid violet;
}

.player-handicap {
    background-color: rgba(243, 156, 18, 0.1) !important;
    border-left: 4px solid #f39c12 !important;
}