.trf1-takvim-widget {
    font-family: inherit;
    max-width: 100%;
    margin: 1.5em 0;
}

.trf1-takvim-tabs {
    display: flex;
    gap: 0.5em;
    margin-bottom: 0.8em;
}

.trf1-takvim-tab {
    padding: 0.5em 1.2em;
    border: 1px solid #ddd;
    background: #f4f4f4;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9em;
    color: #444;
}

.trf1-takvim-tab.active {
    background: #e10600;
    border-color: #e10600;
    color: #fff;
}

.trf1-takvim-status {
    padding: 1.5em;
    text-align: center;
    color: #888;
    border: 1px solid #eee;
    border-radius: 8px;
}

.trf1-takvim-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
}

.trf1-takvim-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88em;
    white-space: nowrap;
}

.trf1-takvim-table th,
.trf1-takvim-table td {
    padding: 0.6em 0.9em;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.trf1-takvim-table thead th {
    background: #fafafa;
    font-size: 0.78em;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.02em;
}

.trf1-takvim-table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

.trf1-takvim-table tbody tr:hover {
    background: #f5f5f5;
}

/* Mobilde yatay kaydırma sırasında "Grand Prix" sütunu sabit kalır,
   kalan sütunlar (Tarih, seans saatleri) kaydırılabilir. */
.trf1-takvim-sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
}

.trf1-takvim-table thead th.trf1-takvim-sticky-col {
    z-index: 3;
    background: #fafafa;
}

.trf1-takvim-table tbody tr:nth-child(even) td.trf1-takvim-sticky-col {
    background: #fcfcfc;
}

.trf1-takvim-table tbody tr:hover td.trf1-takvim-sticky-col {
    background: #f5f5f5;
}

.trf1-takvim-gpname {
    color: #e10600;
    font-weight: 600;
}

.trf1-takvim-sprint {
    display: inline-block;
    background: #e10600;
    color: #fff;
    font-size: 0.65em;
    font-weight: 700;
    padding: 0.15em 0.5em;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 0.3em;
}

.trf1-takvim-gun {
    display: inline-block;
    font-size: 0.75em;
    color: #999;
    margin-right: 0.3em;
}

.trf1-takvim-footer {
    margin-top: 0.6em;
    font-size: 0.75em;
    color: #999;
    text-align: right;
}
