.fcp-super-map-wrapper,
.fcp-trip-map-wrapper {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.fcp-super-map-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.5rem 0;
    align-items: flex-end;
}

.fcp-super-map-filters .fcp-filter {
    display: flex;
    flex-direction: column;
    min-width: 160px;
}

.fcp-super-map-filters label {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.fcp-super-map-wrapper .fcp-map-canvas,
.fcp-trip-map-wrapper .fcp-map-canvas {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 4px;
    overflow: hidden;
}

.fcp-stats-board {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    background: #ffffff;
    text-align: center;
    margin: 1rem 0;
}

.fcp-stats-label {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.fcp-stats-value {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.fcp-stats-refresh-note {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 0.5rem;
}
