table {
    border-collapse: collapse;
    font-size: 12px;
}

td,
th {
    padding: 6px;
    border: 1px solid #ccc;
}

.radioCell,
.distanceCell,
.kmCell {
    text-align: center;
}

.radioCell input[type="radio"] {
    margin: 0 auto;
    display: block;
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.team-icon {
    border-radius: 50%;
    border: 2px solid white;
}

.logo-marker {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    /* valfritt */
    border: 2px solid white;
}

.logo-wrapper {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.logo-wrapper:hover {
    transform: scale(1.25);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    z-index: 9999;
}


.detailsRow td {
    background: #f8f8f8;
    padding: 10px;
}

.innerTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.innerTable td, .innerTable th {
    border-bottom: 1px solid #ddd;
    padding: 4px 6px;
}

.summaryBox {
    margin-top: 10px;
    padding: 8px;
    background: #eef5ff;
    border-left: 4px solid #1e90ff;
}

.miniMap {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.mini-logo {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.solidCell {
    text-align: right;
    padding-right: 8px;
    white-space: nowrap;
}


