.fuel-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    border-radius: 8px;
    flex-shrink: 0;
}

.fuel-icon i {
    font-size: 18px;
    color: #ffffff;
}
