.helium-info {
    margin: 0 0 20px 0;
    padding: 15px 20px;
    border-radius: 3px;
    border-left: 5px solid;
    
    .helium-info-header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 12px;
    }
    
    .helium-info-message {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    // Grün: Ausreichend
    &.helium-green {
        background-color: #d4edda;
        border-left-color: #28a745;
        color: #155724;
        
        .helium-info-header {
            color: #155724;
        }
    }
    
    // Gelb: Gar kein Helium
    &.helium-yellow {
        background-color: #fff3cd;
        border-left-color: #ffc107;
        color: #856404;
        
        .helium-info-header {
            color: #856404;
        }
    }
    
    // Rot: Nicht ausreichend
    &.helium-red {
        background-color: #f8d7da;
        border-left-color: #dc3545;
        color: #721c24;
        
        .helium-info-header {
            color: #721c24;
        }
    }
    
    .helium-info-action {
        margin-top: 12px;
        
        .action {
            display: inline-block;
            padding: 10px 20px;
            background-color: #1979c3;
            color: #fff;
            text-decoration: none;
            border-radius: 3px;
            font-weight: 500;
            transition: background-color 0.3s;
            
            &:hover {
                background-color: #006bb4;
                color: #fff;
            }
        }
    }
}

.minicart-wrapper {
    .helium-info {
        margin: 10px 15px;
        padding: 10px;
        font-size: 12px;
        
        .helium-info-header {
            font-size: 14px;
            margin-bottom: 8px;
        }
        
        .helium-info-message {
            font-size: 12px;
            margin-bottom: 8px;
        }
        
        .action {
            font-size: 12px;
            padding: 6px 12px;
        }
    }
}

.checkout-index-index {
    .helium-info {
        margin: 15px 0;
    }
}
