.xg-overview-content {
    flex: 1;
    overflow-y: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.xg-overview-container {
    flex: 1;
    min-height: 0;
    background-color: #1A1A1D;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.xg-fields-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    flex: 1;
    min-height: 0;
}

.xg-field-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.xg-field-title {
    margin: 0 0 10px 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    flex-shrink: 0;
}

.xg-field {
    flex: 1;
    position: relative;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.xg-field svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.xg-legend {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    gap: 10px;
}

.xg-legend-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
}

.xg-legend-gradient {
    width: 400px;
    height: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.xg-legend-labels {
    display: flex;
    justify-content: space-between;
    width: 400px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}
