.eic-ae2d1704-card {
    --eic-grad-start: #1a8fd1;
    --eic-grad-end: #0b6ab0;
    background: linear-gradient(135deg, var(--eic-grad-start) 0%, var(--eic-grad-end) 100%);
    border-radius: 20px;
    padding: 30px;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    max-width: 480px;
    box-sizing: border-box;
}

.eic-ae2d1704-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.eic-ae2d1704-row:last-child {
    margin-bottom: 0;
}

.eic-ae2d1704-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: #f0467e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.eic-ae2d1704-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
}

.eic-ae2d1704-content {
    flex: 1;
    min-width: 0;
}

.eic-ae2d1704-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 4px;
}

.eic-ae2d1704-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2px;
}

.eic-ae2d1704-sub {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.4;
}

.eic-ae2d1704-routes {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.eic-ae2d1704-route {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 14px 24px;
    text-align: center;
    flex: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.eic-ae2d1704-route-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 4px;
}

.eic-ae2d1704-route-distance {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 480px) {
    .eic-ae2d1704-routes {
        flex-direction: column;
    }
    .eic-ae2d1704-route-distance {
        font-size: 22px;
    }
}
